Skip to content

Commit c162ae0

Browse files
authored
Merge branch 'master' into wsl2-doc-update
2 parents 8c5c2ea + 6f44716 commit c162ae0

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

WSL/install-win10.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Install Windows Subsystem for Linux (WSL) on Windows 10
33
description: Installation instructions for the Windows Subsystem for Linux on Windows 10.
44
keywords: BashOnWindows, bash, wsl, windows, windows subsystem for linux, windowssubsystem, ubuntu, debian, suse, windows 10, install, enable, WSL2, version 2
5-
ms.date: 05/15/2020
5+
ms.date: 05/12/2020
66
ms.topic: article
77
ms.localizationpriority: high
88
---
@@ -57,20 +57,22 @@ wsl --set-default-version 2
5757

5858
The following links will open the Microsoft store page for each distribution:
5959

60-
- [Ubuntu 16.04 LTS](https://www.microsoft.com/store/apps/9pjn388hp8c9)
61-
- [Ubuntu 18.04 LTS](https://www.microsoft.com/store/apps/9N9TNGVNDL3Q)
62-
- [OpenSUSE Leap 15](https://www.microsoft.com/store/apps/9n1tb6fpvj8c)
63-
- [OpenSUSE Leap 42](https://www.microsoft.com/store/apps/9njvjts82tjx)
64-
- [SUSE Linux Enterprise Server 12](https://www.microsoft.com/store/apps/9p32mwbh6cns)
65-
- [SUSE Linux Enterprise Server 15](https://www.microsoft.com/store/apps/9pmw35d7fnlx)
66-
- [Kali Linux](https://www.microsoft.com/store/apps/9PKR34TNCV07)
67-
- [Debian GNU/Linux](https://www.microsoft.com/store/apps/9MSVKQC78PK6)
68-
- [Fedora Remix for WSL](https://www.microsoft.com/store/apps/9n6gdm4k2hnc)
69-
- [Pengwin](https://www.microsoft.com/store/apps/9NV1GV1PXZ6P)
70-
- [Pengwin Enterprise](https://www.microsoft.com/store/apps/9N8LP0X93VCP)
71-
- [Alpine WSL](https://www.microsoft.com/store/apps/9p804crf0395)
72-
73-
1. From the distribution's page, select "Get".
60+
* [Ubuntu](https://www.microsoft.com/store/apps/9NBLGGH4MSV6)
61+
* [Ubuntu 16.04 LTS](https://www.microsoft.com/store/apps/9pjn388hp8c9)
62+
* [Ubuntu 18.04 LTS](https://www.microsoft.com/store/apps/9N9TNGVNDL3Q)
63+
* [Ubuntu 20.04 LTS](https://www.microsoft.com/store/apps/9N6SVWS3RX71)
64+
* [OpenSUSE Leap 15](https://www.microsoft.com/store/apps/9n1tb6fpvj8c)
65+
* [OpenSUSE Leap 42](https://www.microsoft.com/store/apps/9njvjts82tjx)
66+
* [SUSE Linux Enterprise Server 12](https://www.microsoft.com/store/apps/9p32mwbh6cns)
67+
* [SUSE Linux Enterprise Server 15](https://www.microsoft.com/store/apps/9pmw35d7fnlx)
68+
* [Kali Linux](https://www.microsoft.com/store/apps/9PKR34TNCV07)
69+
* [Debian GNU/Linux](https://www.microsoft.com/store/apps/9MSVKQC78PK6)
70+
* [Fedora Remix for WSL](https://www.microsoft.com/store/apps/9n6gdm4k2hnc)
71+
* [Pengwin](https://www.microsoft.com/store/apps/9NV1GV1PXZ6P)
72+
* [Pengwin Enterprise](https://www.microsoft.com/store/apps/9N8LP0X93VCP)
73+
* [Alpine WSL](https://www.microsoft.com/store/apps/9p804crf0395)
74+
75+
2. From the distribution's page, select "Get".
7476

7577
![Linux distributions in the Microsoft store](media/UbuntuStore.png)
7678

WSL/wsl-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ Sunday, March 11, 2018 7:54:05 PM
8282

8383
PS C:\Users\sarah> wsl
8484
scooley@scooley-elmer:/mnt/c/Users/sarah$ date
85-
Sun Mar 11 19:56:57 DST 2018
85+
Sun Mar 11 19:55:47 DST 2018
8686
scooley@scooley-elmer:/mnt/c/Users/sarah$ exit
8787
logout
8888

8989
PS C:\Users\sarah> wsl date
90-
Sun Mar 11 19:55:47 DST 2018
90+
Sun Mar 11 19:56:57 DST 2018
9191
```
9292

9393
**Example: (using PowerShell)**

0 commit comments

Comments
 (0)