diff --git a/xo_install.sh b/xo_install.sh index 1b56ba0..7919a6e 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -1,5 +1,10 @@ #!/bin/bash +#Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what +add-apt-repository multiverse +sudo update +sudo upgrade + # Check if we were effectively run as root [ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }