瀏覽代碼

Update pialert-install.sh (#1871)

Update php dependencies.
leiweibau 1 年之前
父節點
當前提交
b1f2e76f7a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/pialert-install.sh

+ 1 - 0
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