Skip to content

Install your favorite applications through a command via Ubuntu terminal.

License

Notifications You must be signed in to change notification settings

vinicius73/simplesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%