From 3331ee948bbe29a67561b126462938f548ee8651 Mon Sep 17 00:00:00 2001 From: Richard Tirtadji Date: Mon, 11 May 2020 20:20:39 +0700 Subject: [PATCH] Update installer.sh --- installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installer.sh b/installer.sh index d862432..392e056 100644 --- a/installer.sh +++ b/installer.sh @@ -22,11 +22,11 @@ DOCKER_BINARY=/usr/bin/docker DOCKER_REPO=homeassistant DOCKER_SERVICE=docker.service URL_VERSION="https://version.home-assistant.io/stable.json" -URL_HA="https://raw.githubusercontent.com/home-assistant/supervised-installer/master/files/ha" -URL_BIN_HASSIO="https://raw.githubusercontent.com/home-assistant/supervised-installer/master/files/hassio-supervisor" -URL_BIN_APPARMOR="https://raw.githubusercontent.com/home-assistant/supervised-installer/master/files/hassio-apparmor" -URL_SERVICE_HASSIO="https://raw.githubusercontent.com/home-assistant/supervised-installer/master/files/hassio-supervisor.service" -URL_SERVICE_APPARMOR="https://raw.githubusercontent.com/home-assistant/supervised-installer/master/files/hassio-apparmor.service" +URL_HA="https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/files/ha" +URL_BIN_HASSIO="https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/files/hassio-supervisor" +URL_BIN_APPARMOR="https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/files/hassio-apparmor" +URL_SERVICE_HASSIO="https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/files/hassio-supervisor.service" +URL_SERVICE_APPARMOR="https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/files/hassio-apparmor.service" URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt" # Check env