From 5490199db19f7c0577321910269b94ef05e144d2 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 28 Feb 2021 21:05:00 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3636d8c..3512975 100644 --- a/install.sh +++ b/install.sh @@ -6,6 +6,8 @@ git clone https://tildegit.org/jaydenmw/pclish ~/.tmp/pclish-installer/files rm ~/.tmp/pclish-installer/files/LICENSE echo Installing... mv /tmp/pclish-installer/files/* ~/.local/bin +echo Making shell executable +chmod +x ~/.local/bin/shell.py echo Installation Complete