mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
fix script
This commit is contained in:
@@ -43,7 +43,7 @@ RESIN_BRANCH=${RESIN_BRANCH:=master}
|
||||
|
||||
# evaluate git repo and arch
|
||||
case $MACHINE in
|
||||
"raspberrypi", "raspberrypi2", "raspberrypi3")
|
||||
"raspberrypi" | "raspberrypi2" | "raspberrypi3")
|
||||
ARCH="armhf"
|
||||
RESIN_REPO="https://github.com/resin-os/resin-raspberrypi"
|
||||
HOMEASSISTANT_REPOSITORY="$DOCKER_REPO/$MACHINE-homeassistant"
|
||||
|
||||
Reference in New Issue
Block a user