This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
0.5r9 - Executer
pull/8/head
0.5r9
Gustavo Adolfo Mesa Roldán
4 years ago
parent
4e04efe1af
commit
438e6867c5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save