aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-05-30 03:39:09 +0200
committersrdusr <trevorgray@srdusr.com>2024-05-30 03:39:09 +0200
commit0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c (patch)
treeff4da351a431eceb672ea00d51408f96ac78cbf6
parentbad505374e237fd4dc72118bda4b368345efb3bd (diff)
downloaddotfiles-0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c.tar.gz
dotfiles-0199b2c5bed5fc2051a5d303d16deb1fd2e68a1c.zip
Testing
-rw-r--r--.config/powershell/bootstrap.ps17
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 {