11 lines
174 B
Text
11 lines
174 B
Text
|
#!/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##
|