Update xo_install.sh

This commit is contained in:
Dustin B 2018-07-31 15:55:53 -04:00 committed by GitHub
parent 309caa1d39
commit 6aa162aaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
#Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what #Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what
add-apt-repository multiverse add-apt-repository multiverse
sudo update sudo apt update
sudo upgrade sudo apt upgrade
# Check if we were effectively run as root # Check if we were effectively run as root
[ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; } [ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }