Skip to content

Instantly share code, notes, and snippets.

View jrouleau's full-sized avatar

Jon Rouleau jrouleau

  • Halifax, NS, Canada
View GitHub Profile
@jrouleau
jrouleau / InstallHaProxy.sh
Last active February 1, 2022 00:34 — forked from ChrisMcKee/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'