Browse Source

Merge branch 'master' of https://gitea.hatthieves.es/cloud/lch into master

master
radikal 3 years ago
parent
commit
8426ae032f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bin/install.sh
  2. +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.6r9
VERSION=0.6r10
DEST=$1
shift 1
ORIG=$@


Loading…
Cancel
Save