diff --git a/install.sh b/install.sh index b25fc3c..a9997c8 100755 --- a/install.sh +++ b/install.sh @@ -30,17 +30,15 @@ # # As root execute this command (the easy way!): # -# # ./install.sh -# or -# # bash install-sh +# # bash install.sh # # ################################################################################ # Make sure only root can run our script -if [[ $EUID -ne 0 ]]; then - echo "This script must be run as root" 1>&2 - exit 1 -fi +#if [[ $EUID -ne 0 ]]; then +# echo "This script must be run as root" 1>&2 +# exit 1 +#fi ## clean terminal #clear;