From 3d9c605dcce00c38694376e912e747d5f6e592b3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 26 Apr 2022 06:59:04 -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 1856136f..0eaadb8d 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -220,7 +220,7 @@ 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" -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