From 8d8b152f6fc009e3bac400a251af7d6306a7abff Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:33:01 +0200 Subject: [PATCH] Update pialert-install.sh (#3888) Future versions will use these packages --- install/pialert-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index d08f16f7..ff5ff2ee 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -49,7 +49,9 @@ msg_ok "Installed PHP Dependencies" msg_info "Installing Python Dependencies" $STD apt-get -y install \ python3-pip \ - python3-requests + python3-requests \ + python3-tz \ + python3-tzlocal rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip3 install mac-vendor-lookup $STD pip3 install fritzconnection