Skip to content

Instantly share code, notes, and snippets.

View andykingking's full-sized avatar
🙊

Andrew King andykingking

🙊
View GitHub Profile
@andykingking
andykingking / install_hipchat4.sh
Last active July 6, 2018 06:50
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"
@andykingking
andykingking / README.rst
Last active August 5, 2018 23:31
Branching workflow

cmcrc-progress