intellij-idea-ultimate/intellij-idea-ultimate_2016.3.4/debian/preinst
2017-02-10 17:14:33 +01:00

10 lines
174 B
Bash

#!/bin/bash
set -e
cd /opt/
## Download IntelliJ IDEA Community from the jetbrain servers
wget http://download-cf.jetbrains.com/idea/ideaIU-2016.3.4.tar.gz
##DEBHELPER##