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
Merge branch 'master' of
https://gitea.hatthieves.es/cloud/lch
into master
master
radikal
4 years ago
parent
5a1696bf13
1243d549d3
commit
8426ae032f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/install.sh
+1
-1
lch
+ 1
- 1
bin/install.sh
View File
@ -2,7 +2,7 @@
if
[
"
$UID
"
!
=
"0"
]
;
then
echo
" Only root can execute this script, sorry."
echo
"
Try 'sudo ./install.sh'
"
echo
"
Try 'sudo
$0
'
"
exit
0
fi
+ 1
- 1
lch
View File
@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.6r
9
VERSION=0.6r
10
DEST=$1
shift 1
ORIG=$@
Write
Preview
Loading…
Cancel
Save