From 6aa162aaaa328f47a0ea3d9a8e380f5ba5b9da3a Mon Sep 17 00:00:00 2001 From: Dustin B Date: Tue, 31 Jul 2018 15:55:53 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index 7919a6e..5686763 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -2,8 +2,8 @@ #Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what add-apt-repository multiverse -sudo update -sudo upgrade +sudo apt update +sudo apt upgrade # Check if we were effectively run as root [ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }