From ed81403409f8437de01629cb1c0cf617d8659a62 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Wed, 6 Sep 2023 15:09:11 -0300 Subject: [PATCH] Check Ubuntu installation for WSLg --- scripts/wsl_start.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/wsl_start.ps1 b/scripts/wsl_start.ps1 index e53617e..ba129f2 100644 --- a/scripts/wsl_start.ps1 +++ b/scripts/wsl_start.ps1 @@ -1,9 +1,10 @@ param([switch] $remote = $false) Write-Host "OSIC-Stacks Container Creation" -ForegroundColor Green -Write-Host "Checking WSL updates" -ForegroundColor DarkGray +Write-Host "Checking requirements and WSL updates" -ForegroundColor DarkGray Write-Host "" +wsl --install Ubuntu --no-launch wsl --update Write-Host ""