Browse Source

0.5r9 - Executer

pull/8/head 0.5r9
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
438e6867c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/installer.sh

+ 1
- 1
lib/installer.sh View File

@ -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


Loading…
Cancel
Save