mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
removing unnecessary exit, leaving a warning
This commit is contained in:
@@ -38,7 +38,7 @@ function command_exists () { type "$1" &> /dev/null ;}
|
|||||||
|
|
||||||
# Update before first apt-get
|
# Update before first apt-get
|
||||||
echo -e "\e[96mUpdating packages ...\e[90m"
|
echo -e "\e[96mUpdating packages ...\e[90m"
|
||||||
sudo apt-get update || exit
|
sudo apt-get update || echo -e "\e[91mUpdate failed, carrying on installation ...\e[90m"
|
||||||
|
|
||||||
# Installing helper tools
|
# Installing helper tools
|
||||||
echo -e "\e[96mInstalling helper tools ...\e[90m"
|
echo -e "\e[96mInstalling helper tools ...\e[90m"
|
||||||
|
Reference in New Issue
Block a user