cooked I Am

This commit is contained in:
lda
2026-04-07 01:46:58 +07:00 Unverified
parent 50997b7f93
commit a1e3cd9234
7 changed files with 65 additions and 99 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ param(
[string]$Registry,
[ValidateSet('wsl', 'windows', 'none')]
[string]$RunnerMode = 'wsl',
[string]$WslDistro = $(if ($env:WAKEY_WSL_DISTRO) { $env:WAKEY_WSL_DISTRO } else { 'FedoraLinux' })
[string]$WslDistro = $(if ($env:WAKEY_WSL_DISTRO) { $env:WAKEY_WSL_DISTRO } else { 'FedoraLinux-43' })
)
$ErrorActionPreference = 'Stop'