From e444931130fade1f8f2cd913720672154b1dde00 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 23 Sep 2018 23:12:16 +0200 Subject: [PATCH] Update Installer-with-debug --- Installer-with-debug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Installer-with-debug b/Installer-with-debug index d1a4537..8236318 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -1,6 +1,7 @@ #!/bin/sh 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"This will take a while."\e[0m" +sudo apt-get update && sudo apt-get dist-upgrade -y echo -e "\e[1;36m"System successfully updated and upgraded!"\e[0m" echo -e "\e[1;36m"Installing a few packages that are missing on Raspbian Stretch Lite..."\e[0m" @@ -14,7 +15,7 @@ sudo apt-get install libopenjp2-7-dev -y sudo apt install libtiff5 -y echo -e "\e[1;36m"Cleaning a bit of mess to free up some space..."\e[0m" -sudo apt-get clean && sudo apt-get autoremove -y +sudo apt-get clean && sudo apt-get autoremove -y echo -e "\e[1;36m"Installing the E-Paper-Calendar Software"\e[0m" git clone https://github.com/aceisace/Raspberry-Pi-Google-Calendar-with-E-Paper-display @@ -48,3 +49,4 @@ sudo service supervisor start E-Paper 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"Do not forget to add your iCal url and openweathermap API in the main script."\e[0m" +