From 6fb29ef2b79ccbb0dada1372a8bdbc1448ae0eac Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 9 Sep 2018 20:22:21 +0200 Subject: [PATCH] Simply ignore this --- testing-only | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing-only diff --git a/testing-only b/testing-only new file mode 100644 index 0000000..b1e44d6 --- /dev/null +++ b/testing-only @@ -0,0 +1,5 @@ +# 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 +echo -e "\e[1;36m"System successfully updated and upgraded!"\e[0m"