Created
July 8, 2019 21:32
-
-
Save PrateekKumarSingh/eca007ef938af5bd1b20ba33716c5512 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
$URL = 'https://aka.ms/wsl-ubuntu-1804' | |
$Filename = "$(Split-Path $URL -Leaf).appx" | |
$ProgressPreference = 'SilentlyContinue' | |
Invoke-WebRequest -Uri $URL -OutFile $Filename -UseBasicParsing | |
Invoke-Item $FileName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment