chore: qol update

This commit is contained in:
2026-01-09 17:01:49 +01:00
parent 26f3dcec8d
commit 23425df604
5 changed files with 41 additions and 40 deletions

9
install.sh Normal file
View 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