Skip to content

Commit d0a7a8a

Browse files
committed
Change module ROOT_URL to master branch
- develop branch was deleted, so the installer stopped working - closes #30
1 parent 9326802 commit d0a7a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MODULE="unknown"
77
MODULE_FOLDER="/home/robot/installer/module"
8-
ROOT_URL="https://raw.githubusercontent.com/ev3dev-lang-java/installer/develop/modules"
8+
ROOT_URL="https://raw.githubusercontent.com/ev3dev-lang-java/installer/master/modules"
99

1010
# $1 => module name
1111
function download_module() {

0 commit comments

Comments
 (0)