From 9e14fc7c60aa6425315c8f028a0b36e66b74088a Mon Sep 17 00:00:00 2001 From: Spectrumgamer75 <72115696+spectrumgamer75@users.noreply.github.com> Date: Fri, 15 Jan 2021 17:18:12 +0530 Subject: [PATCH] Fixed Executable Permission For Main Script --- apps/All Is Well/install | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/All Is Well/install b/apps/All Is Well/install index 4ef2de3..cf0e691 100755 --- a/apps/All Is Well/install +++ b/apps/All Is Well/install @@ -8,6 +8,7 @@ function error { } git clone https://github.com/spectrumgamer75/All-is-well || error "Failed to download!" +cd $HOME/All-is-well/aiw chmod +x 'aiwrpi.sh' echo "alias aiw=$HOME/All-is-well/aiw/aiwrpi.sh" >> ~/.bashrc echo "[Desktop Entry]