Skip to content

RobertCram/eclipse_installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Eclipse Installer

Simple installation script for Eclipse (Linux only). Based on this comment http://askubuntu.com/questions/26632/how-to-install-eclipse/219974#219974 from maggotbrain (thank you!)

Just download the .tar.gz distribution of Eclipse (hope it works with any version).

In case of problems feel free to create an issue.

INSTALL

Just clone the repo:

git clone https://github.com/bepcyc/eclipse_installer

RUN

Chmod if you need it:

chmod +x eclipse_installer.sh

Put downloaded .tar.gz file into the same directory as script. Run the script:

./eclipse_installer.sh

or

./eclipse_installer.sh --quiet

If you don't want it to be verbose.

Run the Eclipse:

/usr/bin/eclipse -clean &

Enjoy!

About

Simple installation script for Eclipse IDE (Linux only).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%