From f1e4e0c19c0012921ce422155b9007cbfea6281f Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 16 Dec 2022 19:04:22 -0500 Subject: [PATCH] Update haos-vm-v4.sh revert check for wget --- vm/haos-vm-v4.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/haos-vm-v4.sh b/vm/haos-vm-v4.sh index 2e6d6858..d4890df0 100644 --- a/vm/haos-vm-v4.sh +++ b/vm/haos-vm-v4.sh @@ -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