Update image repo reference

This commit is contained in:
whiskerz007 2020-05-26 13:47:11 +02:00
parent 15ded5c61b
commit 085b0bb991
No known key found for this signature in database
GPG Key ID: A7EEAB6E1F1A6805

View File

@ -84,7 +84,7 @@ msg "Getting URL for latest Home Assistant disk image..."
RELEASE_EXT=vmdk.gz
URL=$(cat<<EOF | python3
import requests
url = 'https://api.github.com/repos/home-assistant/hassos/releases/latest'
url = 'https://api.github.com/repos/home-assistant/operating-system/releases/latest'
r = requests.get(url).json()
if 'message' in r:
exit()