Skip to content

Commit b2179ea

Browse files
committed
Remove Ubuntu 18.04
1 parent 4eb7857 commit b2179ea

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ Installing can be done with a few commands. Open a terminal and run the followi
3636
rm packages-microsoft-prod.deb
3737
```
3838

39-
* **18.04**:
40-
41-
```bash
42-
wget https://packages.microsoft.com/config/ubuntu/18.04/multiarch/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
43-
sudo dpkg -i packages-microsoft-prod.deb
44-
rm packages-microsoft-prod.deb
45-
```
46-
4739
# [Debian](#tab/debian)
4840

4941
Installing with APT can be done with a few commands. Open a terminal and run the following commands:
@@ -168,7 +160,7 @@ Install the latest version of IoT Edge and the IoT identity service package (if
168160
sudo apt-get install aziot-edge
169161
```
170162
171-
* **20.04 or 18.04**:
163+
* **20.04**:
172164
```bash
173165
sudo apt-get update; \
174166
sudo apt-get install aziot-edge defender-iot-micro-agent-edge

0 commit comments

Comments
 (0)