From 06cefd795277afea40469df19ca074d0dc2ae9fb Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 5 Sep 2019 11:54:16 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 56a088e..8e7124e 100644 --- a/installer.sh +++ b/installer.sh @@ -201,7 +201,7 @@ mysql -u root -p"$password" -e "FLUSH PRIVILEGES;" apt install php${phpver} php${phpver}-zip php${phpver}-fpm php${phpver}-cli php${phpver}-json php${phpver}-mysql php${phpver}-opcache php${phpver}-mbstring php${phpver}-readline -y apt install libc-client2007e mlock php${phpver}-common php${phpver}-imap -y mkdir -p /var/www/"$domain"/html/postfixadmin/templates_c -wget -q -t7 https://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-3.1/postfixadmin-3.1.tar.gz -O /tmp/postfixadmin.tar.gz +wget -q -t7 https://git.ictmaatwerk.com/downloads/pfa/postfixadmin-3.1.tar.gz -O /tmp/postfixadmin.tar.gz tar -xf /tmp/postfixadmin.tar.gz -C /var/www/"$domain"/html/postfixadmin --strip-components=1 chmod 755 -R /var/www/"$domain"/html/postfixadmin/templates_c chown -R www-data: /var/www/"$domain"/html/