mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix #306 - supply dir to web_get when using wget
This commit is contained in:
parent
12fbf6b02f
commit
18278288d7
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -490,7 +490,7 @@ function zsync_get() {
|
|||
fi
|
||||
else
|
||||
echo "INFO: zsync not found, falling back to wget"
|
||||
web_get "${ISO}"
|
||||
web_get "${ISO}" "${DIR}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue