Skip to content

Instantly share code, notes, and snippets.

View ericrisler's full-sized avatar

Eric Risler ericrisler

  • London, Ontario
View GitHub Profile
@ericrisler
ericrisler / InstallHaProxy.sh
Last active March 27, 2017 16:59 — forked from jrouleau/InstallHaProxy.sh
Amazon Linux AMI Install HAProxy From Source (1.7.0 release pre configured). chmod +x InstallHaProxy.sh then ./InstallHaProxy.sh
#!/bin/bash
### VARIABLES ###
PRE_PACK="openssl-devel pcre-devel make gcc"
VER="1.7.0"
# Setup Colours
black='\E[30;40m'
red='\E[31;40m'
green='\E[32;40m'