fixed lintian warnings and errors
This commit is contained in:
parent
24b99d59b1
commit
71b243618d
11 changed files with 103 additions and 89 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/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##
|
||||
|
|
Reference in a new issue