Add 'haproxy.sh'

This commit is contained in:
Sambo Chea 2023-03-07 08:21:48 +07:00
parent 94da6ea291
commit db7d982197

5
haproxy.sh Normal file
View File

@ -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