diff --git a/install.sh b/install.sh index a9706a6..3636d8c 100644 --- a/install.sh +++ b/install.sh @@ -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