pclish/install.sh

12 lines
285 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
echo Installing...
mv ~/.tmp/pclish-installer/files/* ~/.local/bin
echo Installation Complete