Add 'haproxy.sh'
This commit is contained in:
parent
94da6ea291
commit
db7d982197
5
haproxy.sh
Normal file
5
haproxy.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user