File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,12 @@ Installing with APT can be done with a few commands. Open a terminal and run th
54
54
55
55
Installing can be done with a few commands. Open a terminal and run the following commands:
56
56
57
- * ** Stretch ** :
57
+ * ** Latest ** :
58
58
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
+ ` ` `
66
63
67
64
---
68
65
@@ -236,4 +233,4 @@ To list other versions of IoT Edge and the IoT identity service that are availab
236
233
---
237
234
238
235
< ! -- end 1.2 -->
239
- ::: moniker-end
236
+ ::: moniker-end
You can’t perform that action at this time.
0 commit comments