intellij-idea-ultimate/intellij-idea-ultimate_2017.3/debian/preinst
Matthias Hellriegel 66579e100a update download link
the old one is no longer available
2018-01-18 15:27:14 +00: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.3.3.tar.gz
##DEBHELPER##