/simplesh

Install your favorite applications through a command via Ubuntu terminal.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

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.