Skip to content

Commit

Permalink
fixed new path of hassio installer
Browse files Browse the repository at this point in the history
as described here: dale3h#29
  • Loading branch information
vks007 authored Jun 2, 2019
1 parent 1945719 commit 4e7344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hassio_rpi3bp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -o pipefail # Return exit status of the last command in the pipe that failed
# GLOBALS
# ==============================================================================
readonly HOSTNAME="hassio"
readonly HASSIO_INSTALLER="https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install"
readonly HASSIO_INSTALLER="https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh"
readonly REQUIREMENTS=(
apparmor-utils
apt-transport-https
Expand Down

0 comments on commit 4e7344b

Please sign in to comment.