Update 'install.sh'

This commit is contained in:
JaydenMW 2021-02-28 21:05:00 +00:00
parent 46feb79a58
commit 5490199db1
1 changed files with 2 additions and 0 deletions

View File

@ -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