diff --git a/install.sh b/install.sh index dbf5406..85ecc32 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # Check if script is run with sudo if [ "$(id -u)" != "0" ]; then - echo "This script must be run with sudo." 1>&2 + echo "This script must be run as root." 1>&2 exit 1 fi