diff --git a/vm/haos-vm-v3.sh b/vm/haos-vm-v3.sh index f25e8586..5b2a9a4f 100644 --- a/vm/haos-vm-v3.sh +++ b/vm/haos-vm-v3.sh @@ -242,7 +242,7 @@ else fi msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." msg_ok "Container ID is ${CL}${BL}$VMID${CL}." -msg_info "Getting URL for Latest Home Assistant Disk Image" +msg_info "Getting URL for Home Assistant ${BRANCH} Disk Image" URL=https://github.com/home-assistant/operating-system/releases/download/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz msg_ok "Found URL for Home Assistant ${BRANCH} Disk Image" msg_ok "${CL}${BL}${URL}${CL}"