fix debian installation
This commit is contained in:
@@ -56,9 +56,6 @@ install_debian_dependencies() {
|
|||||||
PACKAGES=("apache2" "php" "libapache2-mod-php" "git" "build-essential" "curl" "ethtool")
|
PACKAGES=("apache2" "php" "libapache2-mod-php" "git" "build-essential" "curl" "ethtool")
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt install -y "${PACKAGES[@]}"
|
sudo DEBIAN_FRONTEND=noninteractive apt install -y "${PACKAGES[@]}"
|
||||||
|
|
||||||
# Enable PHP module
|
|
||||||
sudo a2enmod php
|
|
||||||
|
|
||||||
# Enable Apache modules
|
# Enable Apache modules
|
||||||
sudo a2enmod rewrite
|
sudo a2enmod rewrite
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user