From 438e6867c5e5fbfad583ec8254f09bca46f5f7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sat, 3 Oct 2020 08:12:14 +0200 Subject: [PATCH] 0.5r9 - Executer --- lib/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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