You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
283 B
10 lines
283 B
10 years ago
|
su
|
||
|
curl https://www.hipchat.com/keys/hipchat-linux.key | \
|
||
|
GNUPGHOME=/etc/pacman.d/gnupg gpg --import
|
||
|
echo '[atlassian]
|
||
|
SigLevel = PackageOptional DatabaseRequired TrustAll
|
||
|
Server = http://downloads.hipchat.com/linux/arch/$arch
|
||
|
' >> /etc/pacman.conf
|
||
|
pacman -Syy
|
||
|
pacman -S hipchat
|