Ver código fonte

'scripts/install' ändern

yuno admin 6 meses atrás
pai
commit
3dafabe671
1 arquivos alterados com 9 adições e 0 exclusões
  1. 9 0
      scripts/install

+ 9 - 0
scripts/install

@@ -1,4 +1,13 @@
 #!/bin/bash
+# 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
+
+# Restart von PHP-FPM und NGINX, damit neue Module erkannt werden
+systemctl restart php8.2-fpm
+systemctl restart nginx
 
 #=================================================
 # IMPORT GENERIC HELPERS