From 11b941da4ef06dd10f73c1b965663c5fb1e4b2e9 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:21:57 +0200 Subject: [PATCH] Update pialert-install.sh (#1909) Add UniFi dependency --- install/pialert-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 0a5d06cf..5f4f7a09 100644 --- a/install/pialert-install.sh +++ b/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"