From 7d9ec145f1b1acea5cf51d50933e25c7a8cbe4d4 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Tue, 31 Jul 2018 17:05:32 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 1c25916..5f85fea 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -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; }