Update hassio_install.sh
This commit is contained in:
parent
1ab9e6b2e3
commit
9d9cfa098c
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue