Pump resinos version
This commit is contained in:
parent
04955de3ed
commit
7b2b834242
1 changed files with 2 additions and 2 deletions
|
@ -36,12 +36,12 @@ NAME="$1"
|
||||||
case "$NAME" in
|
case "$NAME" in
|
||||||
"raspberrypi" | "raspberrypi2" | "raspberrypi3")
|
"raspberrypi" | "raspberrypi2" | "raspberrypi3")
|
||||||
RESIN_REPO="https://github.com/resin-os/resin-raspberrypi"
|
RESIN_REPO="https://github.com/resin-os/resin-raspberrypi"
|
||||||
RESIN_BRANCH="v2.0.3+rev1"
|
RESIN_BRANCH="v2.0.5+rev1"
|
||||||
MACHINE="$NAME"
|
MACHINE="$NAME"
|
||||||
;;
|
;;
|
||||||
"intel-nuc")
|
"intel-nuc")
|
||||||
RESIN_REPO="https://github.com/resin-os/resin-intel"
|
RESIN_REPO="https://github.com/resin-os/resin-intel"
|
||||||
RESIN_BRANCH="v2.0.3+rev1"
|
RESIN_BRANCH="v2.0.4+rev1"
|
||||||
MACHINE="intel-corei7-64"
|
MACHINE="intel-corei7-64"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue