Skip to content

Commit dd2ebf8

Browse files
committed
Reduce distro choices
build: Dropped support for unnumbered Ubuntu and Ubuntu 20.04. Ubuntu 20.04 was dropped as it will stop support next year and the unnumbered Ubuntu distribution was dropped as it is likely to update before OpenVnmrJ supports it.
1 parent 97f46ca commit dd2ebf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Install_OpenVnmrJ_WSL.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
# #
1313
##############################################################################
1414

15-
# Last update: September 16, 2024
15+
# Last update: September 18, 2024
1616

1717
#########################
1818
### Configuration ###
1919
#########################
2020

2121
$defaultWSL = "Ubuntu-24.04" # which WSL distro to use/install by default
22-
$supportedWSL="Ubuntu","Ubuntu-20.04","Ubuntu-22.04","Ubuntu-24.04","AlmaLinux-9","AlmaLinux-8"
22+
$supportedWSL="Ubuntu-24.04","Ubuntu-22.04","AlmaLinux-9","AlmaLinux-8"
2323
$defaultWSLlink = "https://aka.ms/wslubuntu" # link to default distro (See: https://docs.microsoft.com/en-us/windows/wsl/install-manual)
2424
$minDist = 20 # minimum int version of Ubuntu supported
2525
$minAlma = 8 # minimum int version of Alma Linux supported

0 commit comments

Comments
 (0)