From 6c555627a42f2ba2aa115bf929ef720f94be3e83 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 7 Mar 2023 08:23:24 +0700 Subject: [PATCH] Update 'haproxy.sh' --- haproxy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/haproxy.sh b/haproxy.sh index 084d2d6..8ff24ff 100644 --- a/haproxy.sh +++ b/haproxy.sh @@ -2,4 +2,5 @@ sudo apt update && sudo apt upgrade -y sudo apt-get install --no-install-recommends software-properties-common -y +sudo add-apt-repository ppa:vbernat/haproxy-2.7 sudo apt-get install haproxy=2.7.\* -y \ No newline at end of file