5 lines
193 B
Bash
5 lines
193 B
Bash
#!/bin/bash
|
|
cd /opt/
|
|
|
|
## Download Eclipse from the eclipse servers
|
|
wget http://artfiles.org/eclipse.org//technology/epp/downloads/release/oxygen/R/eclipse-java-oxygen-R-linux-gtk-x86_64.tar.gz
|