Quellcode durchsuchen

Update pialert-install.sh (#1909)

Add UniFi  dependency
leiweibau vor 1 Jahr
Ursprung
Commit
11b941da4e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      install/pialert-install.sh

+ 1 - 0
install/pialert-install.sh

@@ -51,6 +51,7 @@ $STD apt-get -y install \
 $STD pip3 install mac-vendor-lookup
 $STD pip3 install fritzconnection
 $STD pip3 install cryptography
+$STD pip3 install pyunifi
 msg_ok "Installed Python Dependencies"
 
 msg_info "Installing Pi.Alert"