Fix update

This commit is contained in:
Thomas Forgione 2019-04-16 14:20:13 +02:00
parent f11b2755d8
commit d691b3e16e
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ update-system() {
sudoresult=$(sudo -nv 2>&1)
if [ $? -eq 0 ]; then
# Nothing to do
echo "\033[33;1m=== You are not a sudoer, skipping system update... ===\033[0m"
return 1
elif echo $sudoresult | grep -q '^sudo:'; then
echo "\033[32;1m=== Starting system update, please enter your password ===\033[0m"
sudo true