Ver código fonte

'scripts/install' ändern

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

+ 3 - 3
scripts/install

@@ -3,11 +3,11 @@
 
 # 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 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