From 86936443b78459b5fa07788d3addd8e610f81aa2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 26 Apr 2022 06:49:08 -0400 Subject: [PATCH] Update haos_vm.sh --- vm/haos_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/haos_vm.sh b/vm/haos_vm.sh index 0bfee929..50a2fb0f 100644 --- a/vm/haos_vm.sh +++ b/vm/haos_vm.sh @@ -114,7 +114,7 @@ msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." VMID=$(pvesh get /cluster/nextid) msg_ok "Container ID is ${CL}${BL}$VMID${CL}." 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 "${CL}${BL}${URL}${CL}" wget -q --show-progress $URL