Update create_resinos.sh
This commit is contained in:
parent
425bd49319
commit
6dfc84dba7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue