-
-
Save stephanetimmermans/4a4f83d6d973a1999a76 to your computer and use it in GitHub Desktop.
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 |
Line 2 should be:
echo "deb http://downloads.hipchat.com/linux/apt stable main" > /etc/apt/sources.list.d/atlassian-hipchat.list
And it will work perfectly. You only need the \
character when splitting multiple lines.
I can confirm that it works like a breeze. I just tried it on Ubuntu 12 and it's up and running!
I get
Cannot write to ‘-’ (Success).
When running:
wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add -
how to launch hipchat via terminal
I have same issue than @alexandru-calinoiu. I activated root user:
http://askubuntu.com/questions/44418/how-to-enable-root-login
Any another way to avoid activate it?
Following this instruction, I installed it successfully on Ubuntu 14.04:
https://www.hipchat.com/downloads
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
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!
Official instructions are here: https://www.hipchat.com/downloads
E: Unable to locate package hipchat
I get the same thing on 14.10