Hello, see how easy it is to install any application through Simple SH, with one command you perform the installation of your application dependencies.
Just run the following code in the terminal:
cd ~/Downloads ;
rm -rf simplesh-master/ ;
wget -qO- -O simplesh.zip https://github.com/rafaelstz/simplesh/archive/master.zip ;
unzip simplesh.zip && rm simplesh.zip ;
cd simplesh-master/ ; clear;
bash simple.sh
- Add new commands
- Send me some proposals if you miss anything
- Create issues if you find a bug or missing a feature.
Developed by Rafael Corrêa Gomes
Contact rafaelcgstz@gmail.com
copyright © 2014 SimpleSH. All rights reserved.