From 15812e4d04cff66489bad131007b3206b943c536 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 28 Feb 2021 20:50:34 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 690414c..a9706a6 100644 --- a/install.sh +++ b/install.sh @@ -3,16 +3,8 @@ echo Cloning Repo to ~/.tmp/pclish-installer/files git clone https://tildegit.org/jaydenmw/pclish ~/.tmp/pclish-installer/files -if [ -d "~/jaydenmw" ]; then - echo "~/.jaydenmw dir already exists... skipping" -else - echo "~/.jaydenmw dir doesn't exist yet... creating dir" - mkdir ~/.jaydenmw -fi -echo Creating pclish dir ~/.jaydenmw/pclish -mkdir ~/.jaydenmw/pclish echo Installing... -mv ~/.tmp/pclish-installer/files/* ~/.jaydenmw/pclish +mv ~/.tmp/pclish-installer/files/* ~/.local/bin echo Installation Complete