Skip to content

Instantly share code, notes, and snippets.

@andykingking
Last active July 6, 2018 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andykingking/e5989754bfe5ce8790614ee0b2d6977c to your computer and use it in GitHub Desktop.
Save andykingking/e5989754bfe5ce8790614ee0b2d6977c to your computer and use it in GitHub Desktop.
Setup hipchat4 for ubuntu
#!/usr/bin/env bash
LIBSSL_FILE="libssl1.0.2_1.0.2o-1_amd64.deb"
wget "http://ftp.us.debian.org/debian/pool/main/o/openssl1.0/$LIBSSL_FILE"
sudo dpkg -i "$LIBSSL_FILE"
sudo ln -s "/usr/lib/x86_64-linux-gnu/libssl.so.1.0.2" /opt/HipChat4/lib/libssl.so
rm "$LIBSSL_FILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment