From c07119107c73f046eef0e259a59dfeec9d3e7d66 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Tue, 31 Jul 2018 17:25:19 -0400 Subject: [PATCH] Multiverse cleanup prep --- xo_install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index 5686763..1b56ba0 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -1,10 +1,5 @@ #!/bin/bash -#Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what -add-apt-repository multiverse -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; }