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