diff --git a/hassio_install.sh b/hassio_install.sh index 2a98eda..3650554 100755 --- a/hassio_install.sh +++ b/hassio_install.sh @@ -8,12 +8,12 @@ DOCKER_REPO=homeassistant DOCKER_SERVICE=docker.service DATA_SHARE=/usr/share/hassio CONFIG=/etc/hassio.json -URL_VERSION="https://s3.amazonaws.com/hassio-version/stable.json" +URL_VERSION="https://version.home-assistant.io/stable.json" URL_BIN_HASSIO="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/files/hassio-supervisor" URL_BIN_APPARMOR="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/files/hassio-apparmor" URL_SERVICE_HASSIO="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/files/hassio-supervisor.service" URL_SERVICE_APPARMOR="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/files/hassio-apparmor.service" -URL_APPARMOR_PROFILE="http://s3.amazonaws.com/hassio-version/apparmor.txt" +URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt" # Check env command -v systemctl > /dev/null 2>&1 || { echo "[Error] Only systemd is supported!"; exit 1; }