Skip to content

Commit 17360d8

Browse files
Update iot-edge-install-linux.md
The document itself applies to IoT Edge 1.5 Because of condition, it is not visible and users are missing the step to configure on Ubuntu 24.04 causing errors in subsequent steps.
1 parent 8ca598a commit 17360d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-edge/includes/iot-edge-install-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run the following commands to add the package repository and then add the Micros
2424

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

27-
::: moniker range=">=iotedge-1.5"
27+
2828

2929
* **24.04**:
3030

@@ -34,7 +34,7 @@ Installing can be done with a few commands. Open a terminal and run the followi
3434
rm packages-microsoft-prod.deb
3535
```
3636

37-
::: moniker-end
37+
3838

3939
* **22.04**:
4040

@@ -56,7 +56,7 @@ Installing can be done with a few commands. Open a terminal and run the followi
5656

5757
Installing with APT can be done with a few commands. Open a terminal and run the following commands:
5858

59-
::: moniker range=">=iotedge-1.5"
59+
6060

6161
* **12 - Bookworm (arm32v7)**:
6262

@@ -65,7 +65,7 @@ Installing with APT can be done with a few commands. Open a terminal and run th
6565
sudo apt install ./packages-microsoft-prod.deb
6666
```
6767

68-
::: moniker-end
68+
6969

7070
* **11 - Bullseye (arm32v7)**:
7171

0 commit comments

Comments
 (0)