From 07da06cb75dcedede0f9af5983f7f1ec4b2b2437 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:08:00 +0200 Subject: [PATCH] Update pialert-install.sh (#6251) --- install/pialert-install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 3bd6c555a..595dd1e10 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -27,7 +27,9 @@ $STD apt-get -y install \ libwww-perl \ nmap \ aria2 \ - wakeonlan + wakeonlan \ + fping \ + zip msg_ok "Installed Dependencies" msg_info "Installing PHP Dependencies" @@ -47,12 +49,15 @@ $STD apt-get -y install \ python3-pip \ python3-requests \ python3-tz \ - python3-tzlocal + python3-tzlocal \ + python3-aiohttp rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip3 install mac-vendor-lookup $STD pip3 install fritzconnection $STD pip3 install cryptography $STD pip3 install pyunifi +$STD pip3 install openwrt-luci-rpc +$STD pip3 install asusrouter msg_ok "Installed Python Dependencies" msg_info "Installing Pi.Alert"