10 lines
214 B
Bash
10 lines
214 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd /opt/
|
|
|
|
## Download Eclipse from the eclipse servers
|
|
wget -c https://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/2/eclipse-java-oxygen-2-linux-gtk-x86_64.tar.gz
|
|
|
|
##DEBHELPER##
|