Created
December 20, 2018 03:06
-
-
Save mepcotterell/dfc96fd8d730da892e1c59880b023ee9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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