Merge pull request #13 from Microsoft/tarajdev

Fixing WSL typos
This commit is contained in:
Yosef Durr
2018-04-23 15:26:42 -07:00
committed by GitHub

View File

@@ -36,13 +36,13 @@ Ubuntu.exe
Invoke-WebRequest -Uri https://aka.ms/wsl-sles-12 -OutFile ~/SLES.appx -UseBasicParsing
Add-AppxPackage -Path ~/SLES.appx
# Launch SLES
SLS.exe
sles-12.exe
# --- openSUSE ---
Invoke-WebRequest -Uri https://aka.ms/wsl-opsensuse-42 -OutFile ~/openSUSE.appx -UseBasicParsing
Invoke-WebRequest -Uri https://aka.ms/wsl-opensuse-42 -OutFile ~/openSUSE.appx -UseBasicParsing
Add-AppxPackage -Path ~/openSUSE.appx
# Launch openSUSE
openSUSE.exe
opensuse-42.exe
#>
#--- Browsers ---