5 lines
187 B
Bash
5 lines
187 B
Bash
#!/bin/bash
|
|
cd /opt/
|
|
|
|
## Download Eclipse from the eclipse servers
|
|
wget http://ftp.ussg.iu.edu/eclipse/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz
|