Merge branch 'master' of gitea.tforgione.fr:tforgione/dotfiles
This commit is contained in:
commit
abb4a02a9a
|
@ -71,7 +71,8 @@ update-system() {
|
||||||
sudoresult=$(sudo -nv 2>&1)
|
sudoresult=$(sudo -nv 2>&1)
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
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
|
elif echo $sudoresult | grep -q '^sudo:'; then
|
||||||
echo "\033[32;1m=== Starting system update, please enter your password ===\033[0m"
|
echo "\033[32;1m=== Starting system update, please enter your password ===\033[0m"
|
||||||
sudo true
|
sudo true
|
||||||
|
|
Loading…
Reference in New Issue