Update haos_vm.sh

This commit is contained in:
tteck 2021-09-06 18:37:20 -04:00 committed by GitHub
parent 06e90568c4
commit b0ad37efe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ info "Container ID is $VMID."
# Get latest Home Assistant disk image archive URL
echo -e "\e[1;33m Getting URL for latest Home Assistant disk image... \e[0m"
RELEASE_TYPE=vmdk
RELEASE_TYPE=qcow2
URL=$(cat<<EOF | python3
import requests
url = "https://api.github.com/repos/home-assistant/operating-system/releases"