Hipchat: Difference between revisions
(Created page with "Install from apt repo so it auto-updates sudo su echo "deb http://downloads.hipchat.com/linux/apt stable main" > /etc/apt/sources.list.d/atlassian-hipchat.list wget -O - ht...") |
No edit summary |
||
Line 1: | Line 1: | ||
[https://www.hipchat.com/downloads Follow instructions to install from apt repo] so it auto-updates | |||
sudo | 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 - | |||
wget -O - https:// | sudo apt-get update | ||
apt-get update | sudo apt-get install hipchat4 | ||
apt-get install |
Latest revision as of 00:57, 17 October 2016
Follow instructions to install from apt repo so it auto-updates
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 - sudo apt-get update sudo apt-get install hipchat4