Fix broken links
This commit is contained in:
parent
1da6261ec7
commit
86318f1a0b
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ ARCH=$(uname -m)
|
||||||
DOCKER_REPO=homeassistant
|
DOCKER_REPO=homeassistant
|
||||||
DATA_SHARE=/usr/share/hassio
|
DATA_SHARE=/usr/share/hassio
|
||||||
URL_VERSION="https://s3.amazonaws.com/hassio-version/stable.json"
|
URL_VERSION="https://s3.amazonaws.com/hassio-version/stable.json"
|
||||||
URL_BIN_HASSIO="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/install/files/hassio-supervisor"
|
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/install/files/hassio-apparmor"
|
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/install/files/hassio-supervisor.service"
|
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/install/files/hassio-apparmor.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="http://s3.amazonaws.com/hassio-version/apparmor.txt"
|
||||||
|
|
||||||
# Check env
|
# Check env
|
||||||
|
|
Loading…
Reference in a new issue