6 lines
146 B
Text
6 lines
146 B
Text
|
#!/bin/bash
|
||
|
cd /opt/
|
||
|
|
||
|
## Download IntelliJ IDEA Community from the jetbrain servers
|
||
|
wget https://download.jetbrains.com/idea/ideaIC-14.0.3.tar.gz
|