Skip to content

Commit 0d2be49

Browse files
committed
Minor change
1 parent 4311fea commit 0d2be49

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
@@ -10,7 +10,7 @@ ROOT_URL="https://raw.githubusercontent.com/ev3dev-lang-java/installer/develop/m
1010
# $1 => module name
1111
function download_module() {
1212
pushd "$MODULE_FOLDER" >/dev/null
13-
wget -qN "$ROOT_URL/$1.sh -P /home/robot/installer/module/$1.sh"
13+
wget -qN "$ROOT_URL/$1.sh"
1414
popd >/dev/null
1515
}
1616

0 commit comments

Comments
 (0)