From 94a9d713db93bff99b3ca63789176ebafa3d9811 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Fri, 21 Jun 2024 13:22:00 +0300 Subject: [PATCH] Update URL_CHECK_ONLINE to https://checkonline.home-assistant.io/online.txt --- homeassistant-supervised/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant-supervised/DEBIAN/postinst b/homeassistant-supervised/DEBIAN/postinst index acb1053..19e6c60 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -14,7 +14,7 @@ SERVICE_DOCKER="docker.service" SERVICE_NM="NetworkManager.service" # 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" HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor') URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"