Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/5e3e3efe5697c6967fbb21c801a86152d95140a8?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update homeassistant-core-install.sh

add libpcap-dev dependency, Debian 12
fixes https://github.com/tteck/Proxmox/issues/1506
pull/1593/head
tteckster 2 years ago committed by GitHub
parent 0273034e28
commit 5e3e3efe56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,6 +37,7 @@ if [[ "$PCT_OSVERSION" == "12" ]]; then
ffmpeg \ ffmpeg \
liblapack3 \ liblapack3 \
liblapack-dev \ liblapack-dev \
libpcap-dev \
libatlas-base-dev libatlas-base-dev
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
else else

Loading…
Cancel
Save

Powered by BW's shoe-string budget.