Skip to content

Instantly share code, notes, and snippets.

@ram0973
Last active April 12, 2019 16:10
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 ram0973/d62ce6abf3393e417808669e2a846aca to your computer and use it in GitHub Desktop.
Save ram0973/d62ce6abf3393e417808669e2a846aca to your computer and use it in GitHub Desktop.
WSL setup in powershell
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile Ubuntu.appx -UseBasicParsing
Add-AppxPackage .\Ubuntu.appx
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
# restart Windows
ubuntu1804
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment