Update 'install.sh'

This commit is contained in:
JaydenMW 2021-02-28 21:01:40 +00:00
parent b8d680ed87
commit cb26a5f35b
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# PCLISH - Python Command Line Shell
# Installation Script
echo Cloning Repo to ~/.tmp/pclish-installer/files
echo Cloning Repo to /tmp/pclish-installer/files
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
mv /tmp/pclish-installer/files/* ~/.local/bin
echo Installation Complete