Update xo_install.sh

This commit is contained in:
Dustin B
2018-07-31 17:05:32 -04:00
committed by GitHub
parent b3d41b6fb9
commit 7d9ec145f1

View File

@@ -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; }