From 0596a2ab198773918d9fd2522550edb7ef2066f8 Mon Sep 17 00:00:00 2001 From: radikal Date: Wed, 15 Jul 2020 16:09:29 +0200 Subject: [PATCH] Change permissions after copied --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index bca4991..8e218ee 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,7 @@ echo " Installing lch" echo "======================" echo "" cp lch /usr/bin/lch +chmod +x /usr/bin/lch echo " Copied lch in /usr/bin" cp lch.1 /usr/man/man1/lch.1 gzip /usr/man/man1/lch.1