Fixing WSL typos

This commit is contained in:
Tara Raj
2018-04-23 10:46:24 -07:00
parent be65812f9d
commit 1432e1837f

View File

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