pclish/install.sh

12 lines
285 B
Bash
Raw Normal View History

2021-02-28 20:38:28 +00:00
# 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...
2021-02-28 20:50:34 +00:00
mv ~/.tmp/pclish-installer/files/* ~/.local/bin
2021-02-28 20:38:28 +00:00
echo Installation Complete