You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
382 B
14 lines
382 B
# 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 Making shell executable |
|
chmod +x ~/.local/bin/shell.py |
|
echo Installation Complete |
|
|
|
|
|
|
|
|