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

check for wget

pull/845/head
tteckster 3 years ago committed by GitHub
parent ef8238332a
commit 7a788da1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -239,6 +239,7 @@ fi
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}." msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
msg_info "Getting URL for Home Assistant ${BRANCH} Disk Image" msg_info "Getting URL for Home Assistant ${BRANCH} Disk Image"
if ! command -v wget >/dev/null 2>&1; then apt-get install -y wget &>/dev/null; fi
if [ "$BRANCH" == "$DEV" ]; then if [ "$BRANCH" == "$DEV" ]; then
URL=https://os-builds.home-assistant.io/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz URL=https://os-builds.home-assistant.io/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
else else

Loading…
Cancel
Save

Powered by BW's shoe-string budget.