From 9d8445e4d5ef195644c8a9519c0d4b521341abc1 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 9 Sep 2018 19:55:53 +0200 Subject: [PATCH] Added coloured messages when running the installer --- Packages-installer | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Packages-installer b/Packages-installer index 20d6ace..a3cbf09 100644 --- a/Packages-installer +++ b/Packages-installer @@ -38,4 +38,6 @@ stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log EOF sudo service supervisor start E-Paper -echo -e "\e[1;36m"Sucess!, the script will now start at boot. Don't forget to add your iCal url and your openweathermap API"\e[0m" +echo -e "\e[1;36m"The install was successful"\e[0m" +echo -e "\e[1;36m"The script will now start at every boot."\e[0m" +echo -e "\e[1;31m"Don't forget to add your iCal url and your openweathermap API in the main script."\e[0m"