Update pialert-install.sh (#6337)

This commit is contained in:
leiweibau 2025-07-29 12:39:59 +02:00 committed by GitHub
parent 241df52ae5
commit 5af772af2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,8 @@ $STD apt-get -y install \
aria2 \ aria2 \
wakeonlan \ wakeonlan \
fping \ fping \
zip zip \
libtext-csv-perl
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing PHP Dependencies" msg_info "Installing PHP Dependencies"
@ -50,7 +51,9 @@ $STD apt-get -y install \
python3-requests \ python3-requests \
python3-tz \ python3-tz \
python3-tzlocal \ python3-tzlocal \
python3-aiohttp python3-aiohttp \
python3-paho-mqtt \
python3-cryptography
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