This commit is contained in:
Michael H.G. Schmidt 2022-12-24 16:01:04 +01:00
parent 090046384a
commit 3bd6ea0c11

View File

@ -23,7 +23,6 @@ for %%D in (
basic basic
browser browser
optional optional
other
) do ( ) do (
@ -33,6 +32,10 @@ for %%D in (
) )
rem for "other" packages use internal ftp server ...
call download-from-ftp.cmd other
echo.
rem go back ... rem go back ...
cd .. cd ..