PiAlert: bufix dependencies (#6396)

This commit is contained in:
leiweibau 2025-07-30 18:19:42 +02:00 committed by GitHub
parent e4d0ac301d
commit e98f6051e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"