Initial commit
This commit is contained in:
parent
d5ee58b672
commit
41affde562
22 changed files with 1156 additions and 0 deletions
5
eclipse-ide-java_1.0/debian/preinst
Normal file
5
eclipse-ide-java_1.0/debian/preinst
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd /opt/
|
||||
|
||||
## Download Eclipse from the eclipse servers
|
||||
wget http://download.eclipse.org/technology/epp/downloads/release/luna/SR2/eclipse-java-luna-SR2-linux-gtk-x86_64.tar.gz
|
Reference in a new issue