diff --git a/haproxy.sh b/haproxy.sh new file mode 100644 index 0000000..084d2d6 --- /dev/null +++ b/haproxy.sh @@ -0,0 +1,5 @@ +#!/bin/bash -e + +sudo apt update && sudo apt upgrade -y +sudo apt-get install --no-install-recommends software-properties-common -y +sudo apt-get install haproxy=2.7.\* -y \ No newline at end of file