Compare commits
2 Commits
ccb06c3051
...
70d3fc5421
Author | SHA1 | Date | |
---|---|---|---|
|
70d3fc5421 | ||
|
26311dec4e |
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user