Little fix committed for Sven Luther.
This commit is contained in:
parent
ac426ab877
commit
86b020552d
|
@ -94,6 +94,7 @@ do
|
||||||
if [ ! "$DI_DIR" ];then
|
if [ ! "$DI_DIR" ];then
|
||||||
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||||
fi
|
fi
|
||||||
|
cp -a "$DI_DIR/$subarch/cdrom" "$subarch"
|
||||||
else
|
else
|
||||||
wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/"
|
wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue