From 0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 30 May 2024 03:39:09 +0200 Subject: Testing --- .config/powershell/bootstrap.ps1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/powershell') 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 { -- cgit v1.2.3