We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4311fea commit 0d2be49Copy full SHA for 0d2be49
1 file changed
installer.sh
@@ -10,7 +10,7 @@ ROOT_URL="https://raw.githubusercontent.com/ev3dev-lang-java/installer/develop/m
10
# $1 => module name
11
function download_module() {
12
pushd "$MODULE_FOLDER" >/dev/null
13
- wget -qN "$ROOT_URL/$1.sh -P /home/robot/installer/module/$1.sh"
+ wget -qN "$ROOT_URL/$1.sh"
14
popd >/dev/null
15
}
16
0 commit comments