.
This commit is contained in:
parent
53815af80c
commit
7fa45dbe35
1 changed files with 2 additions and 1 deletions
|
@ -2623,7 +2623,6 @@ uname -m
|
||||||
#deCheck
|
#deCheck
|
||||||
#depCheck
|
#depCheck
|
||||||
|
|
||||||
# Useless by itself, but is used to don't be annoyed later in the script
|
|
||||||
# NEVER run the script as root or with sudo !!!!
|
# NEVER run the script as root or with sudo !!!!
|
||||||
if ! [ "$UID" -ne "0" ]; then
|
if ! [ "$UID" -ne "0" ]; then
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
@ -2631,6 +2630,8 @@ if ! [ "$UID" -ne "0" ]; then
|
||||||
printf "\n\n"
|
printf "\n\n"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Useless by itself, but is used to don't be annoyed later in the script
|
||||||
sudo echo
|
sudo echo
|
||||||
|
|
||||||
pressKey
|
pressKey
|
||||||
|
|
Loading…
Reference in a new issue