From b1f2e76f7a78dbefe131b9f7274c3e7e8264ef66 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:26:18 +0200 Subject: [PATCH] Update pialert-install.sh (#1871) Update php dependencies. --- install/pialert-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 789710c0..0a5d06cf 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -38,6 +38,7 @@ $STD apt-get -y install \ php-cgi \ php-fpm \ php-curl \ + php-xml \ php-sqlite3 $STD lighttpd-enable-mod fastcgi-php service lighttpd force-reload