Skip to content

Instantly share code, notes, and snippets.

@svs14
Created May 31, 2015 03:55
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 svs14/48fd6e3cb9b55c996507 to your computer and use it in GitHub Desktop.
Save svs14/48fd6e3cb9b55c996507 to your computer and use it in GitHub Desktop.
Installs Haproxy on Ubuntu 14.04
#!/bin/bash
# Installs Haproxy on Ubuntu 14.04
add-apt-repository -y ppa:vbernat/haproxy-1.5
sudo apt-get update
sudo apt-get install -y haproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment