From 5eeef34f8db836b58ac2e01fb56fa2561f08188b Mon Sep 17 00:00:00 2001 From: blueShard-dev <63594396+blueShard-dev@users.noreply.github.com> Date: Sun, 28 Jun 2020 11:39:53 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index ba383b6..846de76 100644 --- a/install.sh +++ b/install.sh @@ -5,6 +5,7 @@ current_directory=$PWD printf "\n-----copying aion shell to /usr/bin...-----\n" if [ ! -f /usr/bin/aion ]; then + chmod +x /usr/bin/aion cp aion /usr/bin/ fi