Skip to content

Commit 3d1730f

Browse files
committed
Updated branch name.
1 parent 4a0c1dd commit 3d1730f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/microide_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ECLIPSE_VERSION=oxygen
3131
ECLIPSE_SIZE=48022873
3232
ECLIPSE_CHECKSUM=4def0d0f49662a4b53d3a503161bce58
3333
ECLIPSE_LOCATION=eclipse
34-
BRANCH_NAME=devel
34+
BRANCH_NAME=master
3535

3636
download() {
3737
wget --directory-prefix=$DOWNLOAD_DIR https://github.com/microHAL/microIDE/archive/$BRANCH_NAME.zip

templates/microide_install.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DOWNLOAD_DIR=./downloads
1111
#links to installation files
1212

1313
#replace this text with instalation files information
14-
BRANCH_NAME=devel
14+
BRANCH_NAME=master
1515

1616
download() {
1717
wget --directory-prefix=$DOWNLOAD_DIR https://github.com/microHAL/microIDE/archive/$BRANCH_NAME.zip

0 commit comments

Comments
 (0)