X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/a884ed6a0ffa3d527252bd17b8226271ea86e223..01f2658605d6fb023fa9beb58c81532f30ffbc89:/di-update diff --git a/di-update b/di-update index 053a7b1..ed96093 100755 --- a/di-update +++ b/di-update @@ -21,7 +21,7 @@ for a in $ARCHS; do # count number of path components n=1; t=$p; while [ "${t%/*}" != "$t" ]; do t=${t%/*}; n=$((n+1)); done - wget -c -np -nH -m --cut-dirs=$n \ + wget -np -nH -m --cut-dirs=$n \ --directory-prefix=installer-$a/$s/current/images \ -X $p/cdrom,$p/hd-media \ -R index.html\* \