We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6bf3e commit 63e95e2Copy full SHA for 63e95e2
bin/module/download.sh
@@ -198,7 +198,7 @@ Thanks ${MirrorProject}
198
if [[ ${OUTPUT} != /* ]]; then
199
OUTPUT=${PWD}/${OUTPUT};
200
fi
201
-aria2c -c -s 9 -k 3M --dir ${OUTPUT%/*} -o ${OUTPUT##*/} ${DownloadURL}
+aria2c -c -s 9 -x 9 -k 3M --dir ${OUTPUT%/*} -o ${OUTPUT##*/} ${DownloadURL}
202
203
Thanks ${MirrorProject}
204
0 commit comments