fix debian installation

This commit is contained in:
2025-04-09 05:05:56 +03:00
parent 836bed21b8
commit 7af97e56a2

View File

@@ -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
}