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

Update haos_vm.sh

pull/199/head
tteckster 3 years ago committed by GitHub
parent 40c5618224
commit 86936443b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
VMID=$(pvesh get /cluster/nextid) VMID=$(pvesh get /cluster/nextid)
msg_ok "Container ID is ${CL}${BL}$VMID${CL}." msg_ok "Container ID is ${CL}${BL}$VMID${CL}."
msg_info "Getting URL for Latest Home Assistant Disk Image" msg_info "Getting URL for Latest Home Assistant Disk Image"
url="https://github.com/home-assistant/operating-system/releases/download/7.6/haos_ova-7.6.qcow2.xz" url='https://github.com/home-assistant/operating-system/releases/download/7.6/haos_ova-7.6.qcow2.xz'
msg_ok "Found URL for Latest Home Assistant Disk Image" msg_ok "Found URL for Latest Home Assistant Disk Image"
msg_ok "${CL}${BL}${URL}${CL}" msg_ok "${CL}${BL}${URL}${CL}"
wget -q --show-progress $URL wget -q --show-progress $URL

Loading…
Cancel
Save

Powered by BW's shoe-string budget.