diff options
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index c655986..22b9670 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -406,9 +406,10 @@ foreach ($app in $apps) { Write-Host "$app is already installed." } } -# WSL -Write-Host "Configuring WSL" -wsl --install -d Ubuntu + +## WSL +#Write-Host "Configuring WSL" +#wsl --install -d Ubuntu ## Function to install SSH #function install_ssh { |
