diff --git a/install.sh b/install.sh index d222afe..7229bb0 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ if [ "$EUID" -ne 0 ]; then fi apt install -y php php-fpm -systemctl stop apache2 +systemctl disable --now apache2 # # USER