Check Ubuntu installation for WSLg

This commit is contained in:
Mario Romero 2023-09-06 15:09:11 -03:00
parent 4b5b7b38a2
commit ed81403409

View File

@ -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 ""