Skip to content

Instantly share code, notes, and snippets.

@evanjarrett
Created March 2, 2018 17:45
Show Gist options
  • Save evanjarrett/eefe681bdcb3481030344c3695a2ffef to your computer and use it in GitHub Desktop.
Save evanjarrett/eefe681bdcb3481030344c3695a2ffef to your computer and use it in GitHub Desktop.
#!/bin/bash
# Hipchat 4
sudo sh -c 'echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list'
wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | sudo apt-key add -
apt-get install hipchat4
# PHPStorm
phpstorm='PhpStorm-2017.3.4'
sudo wget "https://download.jetbrains.com/webide/$phpstorm.tar.gz" -O /opt/phpstorm.tar.gz
sudo tar -zxf /opt/phpstorm.tar.gz -C /opt/
sudo rm /opt/phpstorm.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment