File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/iot-edge/includes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Run the following commands to add the package repository and then add the Micros
24
24
25
25
Installing can be done with a few commands. Open a terminal and run the following commands:
26
26
27
- ::: moniker range=">=iotedge-1.5"
27
+
28
28
29
29
* ** 24.04** :
30
30
@@ -34,7 +34,7 @@ Installing can be done with a few commands. Open a terminal and run the followi
34
34
rm packages-microsoft-prod.deb
35
35
```
36
36
37
- ::: moniker-end
37
+
38
38
39
39
* ** 22.04** :
40
40
@@ -56,7 +56,7 @@ Installing can be done with a few commands. Open a terminal and run the followi
56
56
57
57
Installing with APT can be done with a few commands. Open a terminal and run the following commands:
58
58
59
- ::: moniker range=">=iotedge-1.5"
59
+
60
60
61
61
* ** 12 - Bookworm (arm32v7)** :
62
62
@@ -65,7 +65,7 @@ Installing with APT can be done with a few commands. Open a terminal and run th
65
65
sudo apt install ./packages-microsoft-prod.deb
66
66
```
67
67
68
- ::: moniker-end
68
+
69
69
70
70
* ** 11 - Bullseye (arm32v7)** :
71
71
You can’t perform that action at this time.
0 commit comments