pclish/install.sh

13 lines
322 B
Bash

# PCLISH - Python Command Line Shell
# Installation Script
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
echo Installation Complete