This repository has been archived on 2022-02-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
eclipse-ide-java/eclipse-ide-java_4.7.0/debian/preinst

10 lines
217 B
Bash

#!/bin/bash
set -e
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
##DEBHELPER##