Update Installer-with-debug
This commit is contained in:
parent
d096668927
commit
e444931130
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo -e "\e[1;36m"Running apt-get update and apt-get dist-upgrade for you..."\e[0m"
|
||||
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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user