Skip to content

Commit 9a81a21

Browse files
authored
Replace Windows Store with Microsoft Store
Replace "Windows Store" with "Microsoft Store". Replace "command-line" with "command line" when it's used as a noun and not as an adjective.
1 parent 04607b4 commit 9a81a21

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

WSL/install-manual.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.assetid: 9281ffa2-4fa9-4078-bf6f-b51c967617e3
1212
---
1313
# Manually download WSL distro packages
1414

15-
There are several scenarios in which you may not be able (or want) to, install WSL Linux distros via the Windows Store. Specifically, you may be running a Windows Server or Long-Term Servicing (LTSB/LTSC) desktop OS SKU that doesn't support Windows Store, or your corporate network policies and/or admins to not permit Windows Store usage in your environment.
15+
There are several scenarios in which you may not be able (or want) to, install WSL Linux distros via the Microsoft Store. Specifically, you may be running a Windows Server or Long-Term Servicing (LTSB/LTSC) desktop OS SKU that doesn't support Microsoft Store, or your corporate network policies and/or admins to not permit Microsoft Store usage in your environment.
1616

1717
In these cases, while WSL itself is available, how do you download and install Linux distros in WSL if you can't access the store?
1818

19-
> Note: **Command-Line shell environments including Cmd, PowerShell, and Linux/WSL distros are not permitted to run on Windows 10 S Mode**. This restriction exists in order to ensure the integrity and safety goals that S Mode delivers: Read [this post](https://blogs.msdn.microsoft.com/commandline/2017/05/18/will-linux-distros-run-on-windows-10-s/) for more information.
19+
> Note: **Command-line shell environments including Cmd, PowerShell, and Linux/WSL distros are not permitted to run on Windows 10 S Mode**. This restriction exists in order to ensure the integrity and safety goals that S Mode delivers: Read [this post](https://blogs.msdn.microsoft.com/commandline/2017/05/18/will-linux-distros-run-on-windows-10-s/) for more information.
2020
2121
# Downloading distros
2222

23-
If the Windows Store app is not available, you can download and manually install Linux distros by clicking these links:
23+
If the Microsoft Store app is not available, you can download and manually install Linux distros by clicking these links:
2424
* [Ubuntu 18.04](https://aka.ms/wsl-ubuntu-1804)
2525
* [Ubuntu 18.04 ARM](https://aka.ms/wsl-ubuntu-1804-arm)
2626
* [Ubuntu 16.04](https://aka.ms/wsl-ubuntu-1604)
@@ -31,8 +31,8 @@ If the Windows Store app is not available, you can download and manually install
3131

3232
This will cause the `<distro>.appx` packages to download to a folder of your choosing. Follow the [installation instructions](#installing_your_distro) to install your downloaded distro(s).
3333

34-
## Downloading distros via the Command-Line
35-
If you prefer, you can also download your preferred distro(s) via the Command-Line:
34+
## Downloading distros via the command line
35+
If you prefer, you can also download your preferred distro(s) via the command line:
3636

3737
### Download using PowerShell
3838
To download distros using PowerShell, use the [Invoke-WebRequest](https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.utility/invoke-webrequest) cmdlet. Here's a sample instruction to download Ubuntu 16.04.
@@ -45,7 +45,7 @@ Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseB
4545
> If the download is taking a long time, turn off the progress bar by setting `$ProgressPreference = 'SilentlyContinue'`
4646
4747
### Download using curl
48-
Windows 10 Spring 2018 Update (or later) includes the popular [curl command-line utility](https://curl.haxx.se/) with which you can invoke web requests (i.e. HTTP GET, POST, PUT, etc. commands) from the command-line. You can use `curl.exe` to download the above distro's:
48+
Windows 10 Spring 2018 Update (or later) includes the popular [curl command-line utility](https://curl.haxx.se/) with which you can invoke web requests (i.e. HTTP GET, POST, PUT, etc. commands) from the command line. You can use `curl.exe` to download the above distros:
4949

5050
``` cmd
5151
curl.exe -L -o ubuntu-1604.appx https://aka.ms/wsl-ubuntu-1604

0 commit comments

Comments
 (0)