mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-28 22:49:58 +00:00
Update xo_install.sh
This commit is contained in:
@@ -6,7 +6,6 @@ if ! grep -q "^deb .*$multiverse" /etc/apt/sources.list;
|
||||
then
|
||||
sudo add-apt-repository multiverse
|
||||
|
||||
|
||||
# Check if we were effectively run as root
|
||||
[ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user