We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ff516 commit 6b58c98Copy full SHA for 6b58c98
Initialize-CommandLineInterface.ps1
@@ -57,8 +57,8 @@ $developingTodayScoopApps = Invoke-RestMethod "$prefix/Install-DevelopingTodaySc
57
CheckLastExitCode
58
Invoke-Expression $developingTodayScoopApps
59
60
-
61
-wsl --install -d Ubuntu
+$process0 = Start-Process powershell.exe -ArgumentList "-Command `"wsl --install -d Ubuntu`"" -PassThru
+$process0 | Wait-Process
62
63
winget update Microsoft.AppInstaller --accept-package-agreements --accept-source-agreements
64
winget update --all --include-unknown --accept-source-agreements --accept-package-agreements
0 commit comments