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