Skip to content

Commit 20ff04b

Browse files
authored
Use comment to clarify variable (dotnet#41776)
1 parent 4a794a3 commit 20ff04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/install/includes/package-manager-failed-to-find-deb-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: linux-related-content
77
---
88

99
```bash
10-
# Define the OS version, name, and codename
10+
# Get OS version info which adds the $ID and $VERSION_ID variables
1111
source /etc/os-release
1212

1313
# Download the Microsoft keys

docs/core/install/linux-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Preview releases are **not** available in the Microsoft package repository. For
192192
[!INCLUDE [linux-prep-intro-apt](includes/linux-prep-intro-apt.md)]
193193

194194
```bash
195-
# Get OS version info
195+
# Get OS version info which adds the $ID and $VERSION_ID variables
196196
source /etc/os-release
197197

198198
# Download Microsoft signing key and repository

0 commit comments

Comments
 (0)