X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/a884ed6a0ffa3d527252bd17b8226271ea86e223..refs/heads/master:/di-update diff --git a/di-update b/di-update index 053a7b1..bfd2dee 100755 --- a/di-update +++ b/di-update @@ -4,8 +4,8 @@ set -eu : ${MIRROR:=ftp://ftp2.de.debian.org} : ${SUBDIR:=debian/dists/%SUITE%/main/installer-%ARCH%/current/images} -: ${ARCHS:=amd64 i386} -: ${SUITES:=wheezy jessie} +: ${ARCHS:=amd64} +: ${SUITES:=buster} #: ${MIRROR_jessie:=http://d-i.debian.org} #: ${SUBDIR_jessie:=daily-images/%ARCH%/daily/} @@ -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\* \