mirror of
https://github.com/hassio-addons/hassio-vagrant.git
synced 2025-05-03 18:41:30 +00:00
Update provision.sh (#38)
This commit is contained in:
parent
109cf1f923
commit
96ded890da
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ set -o pipefail # Return exit status of the last command in the pipe that failed
|
|||
# GLOBALS
|
||||
# ==============================================================================
|
||||
readonly EX_OK=0
|
||||
readonly HASSIO_INSTALLER="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh"
|
||||
readonly HASSIO_INSTALLER="https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh"
|
||||
readonly DOCKER_DOWNLOAD="https://download.docker.com/linux"
|
||||
readonly APT_REQUIREMENTS=(
|
||||
apparmor-utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue