Update image repo reference
This commit is contained in:
parent
15ded5c61b
commit
085b0bb991
@ -84,7 +84,7 @@ msg "Getting URL for latest Home Assistant disk image..."
|
|||||||
RELEASE_EXT=vmdk.gz
|
RELEASE_EXT=vmdk.gz
|
||||||
URL=$(cat<<EOF | python3
|
URL=$(cat<<EOF | python3
|
||||||
import requests
|
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()
|
r = requests.get(url).json()
|
||||||
if 'message' in r:
|
if 'message' in r:
|
||||||
exit()
|
exit()
|
||||||
|
Loading…
Reference in New Issue
Block a user