diff --git a/install.sh b/install.sh index 5ee4e64..e84c514 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ install() { # check for root perms if ! [ "$(id -u)" = 0 ]; then echo - echo "ERROR: please run install with root permissions" >&2 + echo "ERROR: please run install with root permissions" exit 1 fi