We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83968c + dfe15c1 commit 0944adaCopy full SHA for 0944ada
haproxy/install.sh
@@ -7,9 +7,9 @@ if is_installed sniproxy; then
7
pkill -9 sniproxy >/dev/null 2>&1
8
fi
9
10
-if ! is_installed_package "haproxy=3.0"; then
11
- add-apt-repository -y ppa:vbernat/haproxy-3.0
12
- install_package haproxy=3.0.\*
+if ! is_installed_package "haproxy=3.1"; then
+ add-apt-repository -y ppa:vbernat/haproxy-3.1
+ install_package haproxy=3.1.\*
13
14
systemctl kill haproxy >/dev/null 2>&1
15
systemctl stop haproxy >/dev/null 2>&1
0 commit comments