Files
raspscreen/install.sh

9 lines
177 B
Bash
Raw Normal View History

2026-01-09 17:01:49 +01:00
#!/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