Created
July 3, 2014 09:29
-
-
Save stephanetimmermans/4a4f83d6d973a1999a76 to your computer and use it in GitHub Desktop.
Install hipChat on Ubuntu 14.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su | |
echo "deb http://downloads.hipchat.com/linux/apt stable main" > \ /etc/apt/sources.list.d/atlassian-hipchat.list | |
wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add - | |
apt-get update | |
apt-get install hipchat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed with this error message
W: Failed to fetch https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/dists/precise/main/binary-amd64/Packages
W: Failed to fetch https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/dists/precise/main/binary-i386/Packages
E: Some index files failed to download. They have been ignored, or old ones used instead.
The URL is not correct!