This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
eclipse-ide-java/eclipse-ide-java_4.7.0/debian/preinst

11 lines
217 B
Plaintext
Raw Normal View History

2017-07-12 18:41:51 +02:00
#!/bin/bash
2017-09-28 12:02:15 +02:00
set -e
2017-07-12 18:41:51 +02:00
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
2017-09-28 12:02:15 +02:00
##DEBHELPER##