6 lines
188 B
Text
6 lines
188 B
Text
|
#!/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
|