Update URL_CHECK_ONLINE to https://checkonline.home-assistant.io/online.txt
This commit is contained in:
parent
576b78cf6c
commit
94a9d713db
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SERVICE_DOCKER="docker.service"
|
||||||
SERVICE_NM="NetworkManager.service"
|
SERVICE_NM="NetworkManager.service"
|
||||||
|
|
||||||
# Read infos from web
|
# Read infos from web
|
||||||
URL_CHECK_ONLINE="checkonline.home-assistant.io"
|
URL_CHECK_ONLINE="https://checkonline.home-assistant.io/online.txt"
|
||||||
URL_VERSION="https://version.home-assistant.io/stable.json"
|
URL_VERSION="https://version.home-assistant.io/stable.json"
|
||||||
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
|
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
|
||||||
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"
|
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"
|
||||||
|
|
Loading…
Reference in a new issue