Skip to content

Commit fcd2029

Browse files
committed
Now, the module folder is created on /home/robot/ not in /home/robot/installer
1 parent 2ade5cf commit fcd2029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: Jakub Vaněk, linuxtardis@gmail.com
55

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

1010
# $1 => module name

0 commit comments

Comments
 (0)