Update create_resinos.sh

This commit is contained in:
Pascal Vizeli 2017-05-20 00:50:40 +02:00 committed by GitHub
parent 425bd49319
commit 6dfc84dba7

View file

@ -36,12 +36,12 @@ NAME="$1"
case "$NAME" in
"raspberrypi" | "raspberrypi2" | "raspberrypi3")
RESIN_REPO="https://github.com/resin-os/resin-raspberrypi"
RESIN_BRANCH="v2.0.2+rev2"
RESIN_BRANCH="v2.0.3+rev1"
MACHINE="$NAME"
;;
"intel-nuc")
RESIN_REPO="https://github.com/resin-os/resin-intel"
RESIN_BRANCH="v2.0.2+rev2"
RESIN_BRANCH="v2.0.3+rev1"
MACHINE="intel-corei7-64"
;;
*)