delete unnecessary comments

This commit is contained in:
2025-04-06 20:49:31 +03:00
parent 9e077fe17d
commit b6cf36dc7e
4 changed files with 1 additions and 8 deletions

View File

@@ -52,12 +52,8 @@ install_arch_dependencies() {
}
install_debian_dependencies() {
# Update package lists
sudo apt update -q
# Install required packages
PACKAGES=("apache2" "php" "libapache2-mod-php" "git" "build-essential" "curl" "ethtool")
sudo DEBIAN_FRONTEND=noninteractive apt install -y "${PACKAGES[@]}"
# Enable PHP module