Update define.sh

This commit is contained in:
Kroese 2024-05-27 22:54:14 +02:00 committed by GitHub
parent c500c0b2b3
commit ed4cf94833
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2170,13 +2170,13 @@ prepare2k3() {
fi fi
if [[ "${arch,,}" == "x86" ]]; then if [[ "${arch,,}" == "x86" ]]; then
# Windows Server 2003 x86 generic key (no activation, trial-only) # Windows Server 2003 Standard x86 generic key (no activation, trial-only)
# This is not a pirated key, it comes from the official MS documentation. # This is not a pirated key, it comes from the official MS documentation.
key="PWBJC-22697-D4CVH-FCJWW-DTF9J" key="QKDCQ-TP2JM-G4MDG-VR6F2-P9C48"
else else
# Windows Server 2003 x64 generic key (no activation, trial-only) # Windows Server 2003 Standard x64 generic key (no activation, trial-only)
# This is not a pirated key, it comes from the official MS documentation. # This is not a pirated key, it comes from the official MS documentation.
key="XCP6P-7WVXP-F8FQ4-JV6CD-6XV28" key="P4WJG-WK3W7-3HM8W-RWHCK-8JTRY"
fi fi
local oem="" local oem=""