From 2ae93a02cb711d8fb59fbc1e556e2084596d5dce Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 29 Sep 2018 22:11:57 +0200 Subject: [PATCH] Delete testing-only --- testing-only | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 testing-only diff --git a/testing-only b/testing-only deleted file mode 100644 index 470e726..0000000 --- a/testing-only +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# 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 > /dev/null && sudo apt-get dist-upgrade -y > /dev/null -echo -e "\e[1;36m"System successfully updated and upgraded!"\e[0m"