From f37bd8501bac819815bc43771bfcd68f7ab81b99 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 30 Jun 2024 15:48:28 +0100 Subject: [PATCH] chore: drop Windows Server 2012 R2 EOL since October 10, 2023. --- README.md | 2 +- quickget | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fda3a1e84..cb9fa95ddf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ required to run the virtual machines. - Host support for **Linux and macOS** - **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave - **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 flavours](https://ubuntu.com/download/flavours)** - **Nearly 1000 operating system editions are supported!** diff --git a/quickget b/quickget index b53a42d790..4f5f937e32 100755 --- a/quickget +++ b/quickget @@ -1179,7 +1179,7 @@ function languages_windows() { } function releases_windows-server() { - echo 2022 2019 2016 2012-r2 + echo 2022 2019 2016 } function languages_windows-server() { @@ -3046,7 +3046,6 @@ function download_windows_server() { case "${RELEASE}" in "10-ltsc") PRETTY_RELEASE="10 LTSC";; - "2012-r2") PRETTY_RELEASE="2012 R2";; *) PRETTY_RELEASE="${RELEASE}";; esac