mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update define.sh
This commit is contained in:
parent
c500c0b2b3
commit
ed4cf94833
1 changed files with 4 additions and 4 deletions
|
|
@ -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=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue