Add Eclipse Neon (4.6.0)

This commit is contained in:
Michele Bologna 2016-07-06 11:35:16 +02:00
parent 9bd31fdd0d
commit dfa5b8f60b
31 changed files with 969 additions and 45 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
cd /opt/
## Extract the package
sudo tar xf /opt/eclipse-java*
## Rename the directory
sudo mv /opt/eclipse /opt/eclipse-ide-java
## Remove the tar.gz package
sudo rm /opt/eclipse-java*
## Make /usr/bin usable
sudo mv /usr/bin/eclipse-ide-java.sh /usr/bin/eclipse-ide