Skip to content

Commit 6b58c98

Browse files
authored
Update Initialize-CommandLineInterface.ps1
Signed-off-by: Drewry Pope <drewrypope@gmail.com>
1 parent b8ff516 commit 6b58c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Initialize-CommandLineInterface.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ $developingTodayScoopApps = Invoke-RestMethod "$prefix/Install-DevelopingTodaySc
5757
CheckLastExitCode
5858
Invoke-Expression $developingTodayScoopApps
5959
CheckLastExitCode
60-
61-
wsl --install -d Ubuntu
60+
$process0 = Start-Process powershell.exe -ArgumentList "-Command `"wsl --install -d Ubuntu`"" -PassThru
61+
$process0 | Wait-Process
6262

6363
winget update Microsoft.AppInstaller --accept-package-agreements --accept-source-agreements
6464
winget update --all --include-unknown --accept-source-agreements --accept-package-agreements

0 commit comments

Comments
 (0)