Upstream releaes 2017.1.1

- Addressed T214: Download over HTTP
 - Addressed T230: No check for existing archives
This commit is contained in:
Marcel Kapfer (mmk2410) 2017-04-14 22:31:14 +02:00
parent 97ae8e56aa
commit 28df443a21
25 changed files with 93 additions and 88 deletions

View file

@ -0,0 +1,10 @@
#!/bin/bash
set -e
cd /opt/
## Download IntelliJ IDEA Community from the jetbrain servers
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2017.1.1.tar.gz
##DEBHELPER##