|
|
@@ -2,12 +2,12 @@
|
|
|
# Fix: Zabbix unter Debian 12 & PHP 8.2 / YunoHost zuverlässig installieren
|
|
|
|
|
|
# Diese Module werden von Zabbix für MySQL/MariaDB und PHP 8.2 zwingend benötigt
|
|
|
-apt update
|
|
|
-apt install -y php8.2-mysql php8.2-gd php8.2-bcmath php8.2-mbstring php8.2-xml php8.2-ldap php8.2-curl
|
|
|
+#apt update
|
|
|
+#apt install -y php8.2-mysql php8.2-gd php8.2-bcmath php8.2-mbstring php8.2-xml php8.2-ldap php8.2-curl
|
|
|
|
|
|
# Restart von PHP-FPM und NGINX, damit neue Module erkannt werden
|
|
|
-systemctl restart php8.2-fpm
|
|
|
-systemctl restart nginx
|
|
|
+#systemctl restart php8.2-fpm
|
|
|
+#systemctl restart nginx
|
|
|
|
|
|
#=================================================
|
|
|
# IMPORT GENERIC HELPERS
|