Skip to content

Instantly share code, notes, and snippets.

@avipars
Created April 6, 2022 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avipars/7d191d845cf4abdf8cf34444705badbb to your computer and use it in GitHub Desktop.
Save avipars/7d191d845cf4abdf8cf34444705badbb to your computer and use it in GitHub Desktop.
WSL 2 using powershell
wsl --list --online
wsl --set-default-version 2 #make sure to use the updated kernel https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package
#wsl --install -d Debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment