Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2025-08-03 16:42:03 +10:00
127 changed files with 1824 additions and 1512 deletions

View File

@@ -30,6 +30,7 @@ $STD apt-get -y install \
wakeonlan \
fping \
zip \
libtext-csv-perl \
cron
msg_ok "Installed Dependencies"
@@ -51,7 +52,8 @@ $STD apt-get -y install \
python3-requests \
python3-tz \
python3-tzlocal \
python3-aiohttp
python3-aiohttp \
python3-cryptography
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD pip3 install mac-vendor-lookup
$STD pip3 install fritzconnection
@@ -59,6 +61,7 @@ $STD pip3 install cryptography
$STD pip3 install pyunifi
$STD pip3 install openwrt-luci-rpc
$STD pip3 install asusrouter
$STD pip3 install paho-mqtt
msg_ok "Installed Python Dependencies"
msg_info "Installing Pi.Alert"