diff --git a/bin/update b/bin/update index f1982a4..aa47d1c 100755 --- a/bin/update +++ b/bin/update @@ -70,7 +70,7 @@ update-system() { if [ -f ~/.config/dotfiles/.data/noroot ]; then # If this file exists, it means root is not available: skip the system update echo -e "\033[33;1m=== You don't have root, skipping system update ===\033[0m" - + return fi echo -e "\033[32;1m=== Starting system update, please enter your password ===\033[0m"