Skip to content

Instantly share code, notes, and snippets.

@mepcotterell
Created December 20, 2018 03:06
Show Gist options
  • Save mepcotterell/dfc96fd8d730da892e1c59880b023ee9 to your computer and use it in GitHub Desktop.
Save mepcotterell/dfc96fd8d730da892e1c59880b023ee9 to your computer and use it in GitHub Desktop.
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile ubuntu-1804.appx -UseBasicParsing
Rename-Item .\ubuntu-1804.appx .\ubuntu-1804.zip
Expand-Archive .\ubuntu-1804.zip
.\ubuntu-1804\ubuntu1804.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment