diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-05-30 03:39:09 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-05-30 03:39:09 +0200 |
| commit | 0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c (patch) | |
| tree | ff4da351a431eceb672ea00d51408f96ac78cbf6 /.config/powershell/bootstrap.ps1 | |
| parent | bad505374e237fd4dc72118bda4b368345efb3bd (diff) | |
| download | dotfiles-0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c.tar.gz dotfiles-0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c.zip | |
Testing
Diffstat (limited to '.config/powershell/bootstrap.ps1')
| -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 { |
