intellij-idea-ultimate/intellij-idea-ultimate_2017.1.2/debian/preinst
Marcel Kapfer (mmk2410) 8582aaa238 Upstream Version 2017.1.2
2017-05-06 11:47:40 +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.2.tar.gz
##DEBHELPER##