From 5af772af2fe6d4e67b6068b86c4187e1891c77d7 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:39:59 +0200 Subject: [PATCH] Update pialert-install.sh (#6337) --- install/pialert-install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 595dd1e10..302278a31 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -29,7 +29,8 @@ $STD apt-get -y install \ aria2 \ wakeonlan \ fping \ - zip + zip \ + libtext-csv-perl msg_ok "Installed Dependencies" msg_info "Installing PHP Dependencies" @@ -50,7 +51,9 @@ $STD apt-get -y install \ python3-requests \ python3-tz \ python3-tzlocal \ - python3-aiohttp + python3-aiohttp \ + python3-paho-mqtt \ + python3-cryptography rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip3 install mac-vendor-lookup $STD pip3 install fritzconnection