changed default postgresql version to 13 to match the defalt version used by the freeswitch package. (#381)

changed py37-fail2ban to py38-fail2ban because the py37-fail2ban package is no longer available.
This commit is contained in:
Richard Allen
2022-02-21 15:07:22 -05:00
committed by GitHub
parent 86caf34713
commit e3d22325bf
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
verbose "Installing Fail2ban"
#add the dependencies
pkg install --yes py37-fail2ban
pkg install --yes py38-fail2ban
#enable fail2ban service
echo 'fail2ban_enable="YES"' >> /etc/rc.conf