Skip to content

Instantly share code, notes, and snippets.

@nucab
Last active January 5, 2019 03:11
Show Gist options
  • Save nucab/1042fe90546d53ef2b236f1dd4398dfd to your computer and use it in GitHub Desktop.
Save nucab/1042fe90546d53ef2b236f1dd4398dfd to your computer and use it in GitHub Desktop.
Ubuntu 18.04 Hipchat installation
$ 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
If you're following the instructions on the downloads page, open your /etc/apt/sources.list.d/atlassian-hipchat4.list file and change bionic to xenial
$ sudo gedit /etc/apt/sources.list.d/atlassian-hipchat4.list
sudo apt-get update && sudo apt-get install hipchat4
then create the symlinks @Matt Sweeney posted in his comment above.
This got me working on 18.04 64-bit desktop.
Reference: https://community.atlassian.com/t5/Hipchat-questions/Installing-on-Ubuntu-18-04/qaq-p/779966
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment