chore: drop Windows Server 2012 R2

EOL since October 10, 2023.
This commit is contained in:
Martin Wimpress 2024-06-30 15:48:28 +01:00 committed by Martin Wimpress
parent 6a4705e365
commit 90e9bf5087
2 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,7 @@ required to run the virtual machines.
- Host support for **Linux and macOS** - Host support for **Linux and macOS**
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave - **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
- **Windows** 10 and 11 including TPM 2.0 - **Windows** 10 and 11 including TPM 2.0
- **Windows Server** 2022 2019 2016 2012-r2 - **Windows Server** 2022 2019 2016
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu - [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
flavours](https://ubuntu.com/download/flavours)** flavours](https://ubuntu.com/download/flavours)**
- **Nearly 1000 operating system editions are supported!** - **Nearly 1000 operating system editions are supported!**

View File

@ -1179,7 +1179,7 @@ function languages_windows() {
} }
function releases_windows-server() { function releases_windows-server() {
echo 2022 2019 2016 2012-r2 echo 2022 2019 2016
} }
function languages_windows-server() { function languages_windows-server() {
@ -3046,7 +3046,6 @@ function download_windows_server() {
case "${RELEASE}" in case "${RELEASE}" in
"10-ltsc") PRETTY_RELEASE="10 LTSC";; "10-ltsc") PRETTY_RELEASE="10 LTSC";;
"2012-r2") PRETTY_RELEASE="2012 R2";;
*) PRETTY_RELEASE="${RELEASE}";; *) PRETTY_RELEASE="${RELEASE}";;
esac esac