From cb26a5f35b43152582e4297ec79371a5e052b2c8 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 28 Feb 2021 21:01:40 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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