Ready to build

This commit is contained in:
Bart de Koning 2015-12-08 10:14:42 +01:00
parent b14d63577e
commit d3d897b411
23 changed files with 0 additions and 124 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
cd /opt/
## Extract the package
sudo tar xf /opt/ideaIC-*
## Rename the directory
sudo mv /opt/idea-IC-* /opt/intellij-idea-community
## Remove the tar.gz package
sudo rm /opt/ideaIC-*
## Make /usr/bin usable
sudo mv /usr/bin/intellij-idea-community.sh /usr/bin/intellij-idea-community