From 27e1e98ef72389c66ab96fcd6e8efb1e6d1c7299 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 9 Sep 2018 20:25:14 +0200 Subject: [PATCH] Update testing-only --- testing-only | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing-only b/testing-only index b1e44d6..6bda999 100644 --- a/testing-only +++ b/testing-only @@ -1,5 +1,6 @@ # This file is of no use except for testing purposes. It is meant to make the installer more user-friendly by hiding the output, adding colour etc. echo -e "\e[1;36m"Running apt-get update and apt-get dist-upgrade for you..."\e[0m" -sudo apt-get update && sudo apt-get dist-upgrade -y +sudo apt-get update > /dev/null +sudo apt-get dist-upgrade -y > /dev/null echo -e "\e[1;36m"System successfully updated and upgraded!"\e[0m"