diff --git a/scripts/dependencies.sh b/scripts/dependencies.sh index a71b967..e64a6a7 100755 --- a/scripts/dependencies.sh +++ b/scripts/dependencies.sh @@ -56,9 +56,6 @@ install_debian_dependencies() { PACKAGES=("apache2" "php" "libapache2-mod-php" "git" "build-essential" "curl" "ethtool") sudo DEBIAN_FRONTEND=noninteractive apt install -y "${PACKAGES[@]}" - # Enable PHP module - sudo a2enmod php - # Enable Apache modules sudo a2enmod rewrite }