Update install.sh
This commit is contained in:
parent
03f3861c43
commit
5a79599a96
|
|
@ -9,8 +9,6 @@ cd "$(dirname "$0")"
|
||||||
. ./resources/config.sh
|
. ./resources/config.sh
|
||||||
. ./resources/colors.sh
|
. ./resources/colors.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Update CentOS
|
# Update CentOS
|
||||||
verbose "Updating CentOS"
|
verbose "Updating CentOS"
|
||||||
yum -y update && yum -y upgrade
|
yum -y update && yum -y upgrade
|
||||||
|
|
@ -41,15 +39,11 @@ resources/nginx.sh
|
||||||
#PHP/PHP-FPM
|
#PHP/PHP-FPM
|
||||||
resources/php.sh
|
resources/php.sh
|
||||||
|
|
||||||
#IPTables
|
#Firewalld
|
||||||
resources/firewalld.sh
|
resources/firewalld.sh
|
||||||
|
|
||||||
# FusionPBX to FreeSWITCH configs
|
#FreeSWITCH
|
||||||
verbose "Configuring freeswitch"
|
resources/switch.sh
|
||||||
resources/switch/conf-copy.sh
|
|
||||||
resources/switch/package-permissions.sh
|
|
||||||
resources/switch/package-systemd.sh
|
|
||||||
verbose "freeswitch configured"
|
|
||||||
|
|
||||||
#Fail2ban
|
#Fail2ban
|
||||||
resources/fail2ban.sh
|
resources/fail2ban.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue