Corrected a comment # Check if the user has sudo privileges.
This commit is contained in:
parent
e9df690644
commit
193deb9767
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
# Set extented globbing
|
# Set extented globbing
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
# Check if the user has root privilages
|
# Check if the user has sudo privileges.
|
||||||
[[ $( id -u) ]] && echo "$(whoami) has no sudo permissions on this machine" && exit 1
|
[[ $( id -u) ]] && echo "$(whoami) has no sudo permissions on this machine" && exit 1
|
||||||
|
|
||||||
# Install build tools
|
# Install build tools
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue