diff --git a/ubuntu-setup.bash b/ubuntu-setup.bash index c0bceabebbcd217e9a8d06472f9e1bab7f233a5f..67b602abee2b9c083a00d4c97441f601d70cdb52 100644 --- a/ubuntu-setup.bash +++ b/ubuntu-setup.bash @@ -7,7 +7,7 @@ # Set extented globbing 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 # Install build tools