fix curl syntax

This commit is contained in:
Tobias Powalowski 2023-09-04 15:39:48 +02:00
parent de71d858e9
commit 9b677e6b0d

View file

@ -48,8 +48,8 @@ if [[ -n "${_DIR}" ]]; then
${NAME}
EOF
# download MS Certificates, else EFI might get broken!
${_DLPROG} https://www.microsoft.com/pkiops/certs/MicWinProPCA2011_2011-10-19.crt -O ./
${_DLPROG} https://www.microsoft.com/pkiops/certs/MicCorUEFCA2011_2011-06-27.crt -O ./
${_DLPROG} -O https://www.microsoft.com/pkiops/certs/MicWinProPCA2011_2011-10-19.crt
${_DLPROG} -O https://www.microsoft.com/pkiops/certs/MicCorUEFCA2011_2011-06-27.crt
sbsiglist --owner 77fa9abd-0359-4d32-bd60-28f4e78f784b --type x509 --output MS_Win_db.esl MicWinProPCA2011_2011-10-19.crt
sbsiglist --owner 77fa9abd-0359-4d32-bd60-28f4e78f784b --type x509 --output MS_UEFI_db.esl MicCorUEFCA2011_2011-06-27.crt
cat MS_Win_db.esl MS_UEFI_db.esl > MS_db.esl