We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0930b2d commit 81eb989Copy full SHA for 81eb989
1 file changed
downloads-get-instructions.php
@@ -19,6 +19,10 @@
19
$options['os'] = 'linux';
20
$options['osvariant'] = 'linux-ubuntu';
21
}
22
+ if ($options['osvariant'] === 'windows-wsl-almalinux') {
23
+ $options['os'] = 'linux';
24
+ $options['osvariant'] = 'linux-almalinux';
25
+ }
26
27
if ($options['os'] === 'osx' || $options['os'] === 'windows') {
28
if ($options['version'] === 'default') {
0 commit comments