KarleFKremen

IntelliJ IDEA installer script

Nov 25th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. sudo rm -rf /opt/intellij
  2. sudo mkdir /opt/intellij
  3. sudo chmod 0777 /opt/intellij
  4. pushd /opt
  5. wget https://download-cf.jetbrains.com/idea/ideaIU-2016.3.tar.gz -O - | tar xzv -C intellij --strip = 1
  6. popd
Advertisement
Add Comment
Please, Sign In to add comment