Update 'install.sh'

This commit is contained in:
JaydenMW 2021-02-28 20:50:34 +00:00
parent 976e039897
commit 15812e4d04
1 changed files with 1 additions and 9 deletions

View File

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