Skip to content

Commit

Permalink
Update haos-vm-v4.sh
Browse files Browse the repository at this point in the history
revert check for wget
  • Loading branch information
tteck authored Dec 17, 2022
1 parent ac54183 commit f1e4e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vm/haos-vm-v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ fi
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
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
URL=https://os-builds.home-assistant.io/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
else
Expand Down

0 comments on commit f1e4e0c

Please sign in to comment.