forked from norman/fusionpbx-install.sh-github-mirror
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user