chore: qol update
This commit is contained in:
9
install.sh
Normal file
9
install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
runtime_id=$(id -u)
|
||||
if [[ "$runtime_id" -ne 0 ]]; then
|
||||
echo "Not running as root, please run as root."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
apt-get -y install vlc libreoffice-impress
|
||||
Reference in New Issue
Block a user