update installer

This commit is contained in:
Eddie Septr
2019-06-23 23:43:55 +07:00
parent 194b599e11
commit 710f3a2f27

View File

@@ -130,7 +130,7 @@ case $1 in
run service nginx stop
# Remove Nginx - PHP5 - MariaDB - PhpMyAdmin
run apt-get remove -y nginx-custom nginx-stable
apt-get remove -y nginx-custom nginx-stable
# Re-ensure (only if nginx package not installed / nginx installed from source)
if [ -f /usr/sbin/nginx ]; then