Browse Source

Change permissions after copied

master
radikal 3 years ago
parent
commit
099f586778
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh View File

@ -12,7 +12,7 @@ echo " Installing lch"
echo "======================"
echo ""
cp lch /usr/bin/lch
chmod +x /usr/bin/lch
chmod 755 /usr/bin/lch
echo " Copied lch in /usr/bin"
cp lch.1 /usr/man/man1/lch.1
gzip /usr/man/man1/lch.1


Loading…
Cancel
Save