Compare commits

...

2 Commits

Author SHA1 Message Date
p_reichart
70d3fc5421 Merge branch 'main' of https://support.ostrachhelp.de/p_reichart/pxe-bootserver
merge
2023-04-13 13:02:03 +00:00
p_reichart
26311dec4e ... 2023-04-13 13:01:39 +00:00

View File

@ -34,6 +34,12 @@ if ! [ -e ./non-free/windows/winpe.iso ]; then
fi
fi
DLURL="https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x64.msi"
FILENAME="./non-free/windows/MicrosoftDeploymentToolkit_x64.msi"
if ! [ -e $FILENAME ]; then
wget -nc -O $FILENAME $DLURL
fi
# copy files to tftp server
cp -av ./non-free/windows ${TFTP}/non-free/