mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
PiAlert: bufix dependencies (#6396)
This commit is contained in:
parent
e4d0ac301d
commit
e98f6051e2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue