Return
This commit is contained in:
parent
2f1888dc74
commit
34b65924f0
|
@ -70,7 +70,7 @@ update-system() {
|
||||||
if [ -f ~/.config/dotfiles/.data/noroot ]; then
|
if [ -f ~/.config/dotfiles/.data/noroot ]; then
|
||||||
# If this file exists, it means root is not available: skip the system update
|
# 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"
|
echo -e "\033[33;1m=== You don't have root, skipping system update ===\033[0m"
|
||||||
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\033[32;1m=== Starting system update, please enter your password ===\033[0m"
|
echo -e "\033[32;1m=== Starting system update, please enter your password ===\033[0m"
|
||||||
|
|
Loading…
Reference in New Issue