vinicius73 / simplesh

Install your favorite applications through a command via Ubuntu terminal.

Home Page:http://rafaelstz.github.io/simplesh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSH tools (for Ubuntu)

Hello, see how easy it is to install any application through Simple SH, with one command you perform the installation of your application dependencies.


Run

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

How can you help?

  • 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.

About

Install your favorite applications through a command via Ubuntu terminal.

http://rafaelstz.github.io/simplesh/

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%