diff --git a/setup.ps1 b/setup.ps1 index 918f4c2..c98fec2 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -56,7 +56,7 @@ elseif ($runnerOs -eq "Windows") { if ($installedDistributions -notcontains $wslDistribution) { Write-Output "Installing $wslDistribution in WSL" - wsl.exe --install $wslDistribution --web-download --no-launch + wsl.exe --install $wslDistribution --no-launch if ($LASTEXITCODE -ne 0) { throw "Failed to install $wslDistribution in WSL" }