소스 검색

Update pialert-install.sh (#1909)

Add UniFi  dependency
leiweibau 1 년 전
부모
커밋
11b941da4e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"