Upstrem Release 2016.1.1

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-04-03 20:42:00 +02:00
parent f8c6582355
commit 2dbecbe6ce
30 changed files with 184 additions and 199 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