Skip to content

Commit ea634c8

Browse files
authored
Merge pull request #197439 from micahl/update-os-support
Update os support
2 parents db0c00a + 25d22f5 commit ea634c8

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

includes/iot-edge-install-linux.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,12 @@ Installing with APT can be done with a few commands. Open a terminal and run th
5454

5555
Installing can be done with a few commands. Open a terminal and run the following commands:
5656

57-
* **Stretch**:
57+
* **Latest**:
5858

59-
```bash
60-
curl https://packages.microsoft.com/config/debian/stretch/multiarch/prod.list > ./microsoft-prod.list
61-
sudo cp ./microsoft-prod.list /etc/apt/sources.list.d/
62-
63-
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
64-
sudo cp ./microsoft.gpg /etc/apt/trusted.gpg.d/
65-
```
59+
```bash
60+
curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb > ./packages-microsoft-prod.deb
61+
sudo apt install ./packages-microsoft-prod.deb
62+
```
6663

6764
---
6865

@@ -236,4 +233,4 @@ To list other versions of IoT Edge and the IoT identity service that are availab
236233
---
237234

238235
<!-- end 1.2 -->
239-
::: moniker-end
236+
::: moniker-end

0 commit comments

Comments
 (0)