Browse Source

Create directory if no exists

master
radikal 3 years ago
parent
commit
2e47ff1d71
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      install.sh

+ 2
- 0
install.sh View File

@ -11,9 +11,11 @@ echo "======================"
echo " Installing lch"
echo "======================"
echo ""
mkdir -p /usr/bin
cp lch /usr/bin/lch
chmod 755 /usr/bin/lch
echo " Copied lch in /usr/bin"
mkdir -p /usr/man/man1
cp lch.1 /usr/man/man1/lch.1
gzip /usr/man/man1/lch.1
chmod 644 /usr/man/man1/lch.1.gz


Loading…
Cancel
Save