1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

Update pialert-install.sh

Future versions will use these packages
This commit is contained in:
leiweibau 2024-10-11 16:12:43 +02:00 committed by GitHub
parent 79e0c29e33
commit d71e6bc15b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,9 @@ msg_ok "Installed PHP Dependencies"
msg_info "Installing Python Dependencies" msg_info "Installing Python Dependencies"
$STD apt-get -y install \ $STD apt-get -y install \
python3-pip \ python3-pip \
python3-requests python3-requests \
python3-tz \
python3-tzlocal
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD pip3 install mac-vendor-lookup $STD pip3 install mac-vendor-lookup
$STD pip3 install fritzconnection $STD pip3 install fritzconnection