Update testing-only

This commit is contained in:
Ace 2018-09-09 20:25:14 +02:00 committed by GitHub
parent 6fb29ef2b7
commit 27e1e98ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. # 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" 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" echo -e "\e[1;36m"System successfully updated and upgraded!"\e[0m"