Browse Source

C a l m t h e u s e r

master
LoganDark 2 years ago
parent
commit
1705ccdaf2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      install-wsl.psm1

+ 4
- 0
install-wsl.psm1 View File

@ -202,6 +202,10 @@ Workflow Install-WSL {
}
Write-Information "`n`n`n`n`n`n`n"
Write-Information 'It will take a few minutes to download the distribution. Most WSL distros are'
Write-Information 'at or around 200 MB in size. Depending on your internet connection, you could be'
Write-Information 'staring at this screen for 10 minutes. Sit back and relax, grab a cup of tea...'
Write-Information ''
$retrying = $True
while ($retrying) {


Loading…
Cancel
Save