From 96fa360d27ff89203995c1fd5502f32d2c9d5da3 Mon Sep 17 00:00:00 2001 From: sean Date: Tue, 9 Jul 2019 12:47:45 -0700 Subject: [PATCH] tweak --- setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 02ff3bb..8cf9628 100644 --- a/setup.sh +++ b/setup.sh @@ -2,12 +2,11 @@ # fresh update on apt in Ubuntu echo "Updating and upgrading local packages..." -#apt-add-repository universe >/dev/null 2>/dev/null && apt update >/dev/null 2>/dev/null && apt upgrade -y >/dev/null 2>/dev/null -apt-add-repository universe && apt update && apt upgrade -y +apt-add-repository universe >/dev/null 2>/dev/null && apt update >/dev/null 2>/dev/null if [ "$?" = "0" ]; then echo "Done.\n" else - echo "Failed to add universal repository, update apt repository, or upgrade - possibly bad network connection" + echo "Failed to add universal repository, update apt repository - possibly bad network connection" exit 1 fi