From db7d982197a75303287c423f46998eef79604b51 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 7 Mar 2023 08:21:48 +0700 Subject: [PATCH] Add 'haproxy.sh' --- haproxy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 haproxy.sh 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