Update install.sh

This commit is contained in:
FusionPBX
2017-03-25 12:00:10 -06:00
committed by GitHub
parent 6e2a02bb57
commit 3949040f2e

View File

@@ -9,17 +9,14 @@ cd "$(dirname "$0")"
. ./resources/environment.sh . ./resources/environment.sh
# removes the cd img from the /etc/apt/sources.list file (not needed after base install) # removes the cd img from the /etc/apt/sources.list file (not needed after base install)
sed -i '/cdrom:/d' /etc/apt/sources.list #sed -i '/cdrom:/d' /etc/apt/sources.list
#Update to latest packages #Update to latest packages
verbose "Update installed packages" verbose "Update installed packages"
apt-get upgrade && apt-get update -y --force-yes pkg upgrade
#Add dependencies #PF - Packet Filter
apt-get install -y lsb-release resources/pf.sh
#IPTables
resources/iptables.sh
#FusionPBX #FusionPBX
resources/fusionpbx.sh resources/fusionpbx.sh
@@ -31,7 +28,7 @@ resources/nginx.sh
resources/php.sh resources/php.sh
#Fail2ban #Fail2ban
resources/fail2ban.sh #resources/fail2ban.sh
#FreeSWITCH #FreeSWITCH
resources/switch.sh resources/switch.sh
@@ -43,7 +40,6 @@ resources/postgres.sh
server_address=$(hostname -I) server_address=$(hostname -I)
#restart services #restart services
systemctl daemon-reload
if [ ."$php_version" = ."5" ]; then if [ ."$php_version" = ."5" ]; then
systemctl restart php5-fpm systemctl restart php5-fpm
fi fi