diff --git a/lib/installer.sh b/lib/installer.sh index 1ac828f..b374563 100644 --- a/lib/installer.sh +++ b/lib/installer.sh @@ -30,7 +30,7 @@ function install() if [ "$UID" != "0" ]; then echo " Only root can execute this script, sorry." - echo " Try 'sudo $0 $@'" + echo " Try 'sudo lch $@'" exit 0 fi