intellij-idea-ultimate/intellij-idea-ultimate_2017.1.1/debian/preinst
Marcel Kapfer (mmk2410) 28df443a21 Upstream releaes 2017.1.1
- Addressed T214: Download over HTTP
 - Addressed T230: No check for existing archives
2017-04-14 22:31:14 +02:00

10 lines
178 B
Bash

#!/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##