From e98f6051e2cdc633e0ff1d8c4a5ab21c99fa4b3a Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:19:42 +0200 Subject: [PATCH] PiAlert: bufix dependencies (#6396) --- install/pialert-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 302278a31..4c88f0138 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -52,7 +52,6 @@ $STD apt-get -y install \ python3-tz \ python3-tzlocal \ python3-aiohttp \ - python3-paho-mqtt \ python3-cryptography rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip3 install mac-vendor-lookup @@ -61,6 +60,7 @@ $STD pip3 install cryptography $STD pip3 install pyunifi $STD pip3 install openwrt-luci-rpc $STD pip3 install asusrouter +$STD pip3 install paho-mqtt msg_ok "Installed Python Dependencies" msg_info "Installing Pi.Alert"