Skip to content

Commit 81eb989

Browse files
committed
Add Mezzio and AlmaLinux WSL2 to download page
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent 0930b2d commit 81eb989

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

downloads-get-instructions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
$options['os'] = 'linux';
2020
$options['osvariant'] = 'linux-ubuntu';
2121
}
22+
if ($options['osvariant'] === 'windows-wsl-almalinux') {
23+
$options['os'] = 'linux';
24+
$options['osvariant'] = 'linux-almalinux';
25+
}
2226
}
2327
if ($options['os'] === 'osx' || $options['os'] === 'windows') {
2428
if ($options['version'] === 'default') {

0 commit comments

Comments
 (0)