Skip to content

Commit

Permalink
chore: drop Windows Server 2012 R2
Browse files Browse the repository at this point in the history
EOL since October 10, 2023.
  • Loading branch information
flexiondotorg committed Jun 30, 2024
1 parent 7e8b774 commit f37bd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand Down
3 changes: 1 addition & 2 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f37bd85

Please sign in to comment.