Added coloured messages when running the installer

This commit is contained in:
Ace 2018-09-09 19:55:53 +02:00 committed by GitHub
parent 31cd5e3513
commit 9d8445e4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"