File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
articles/iot-edge/includes Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,6 @@ Installing can be done with a few commands. Open a terminal and run the followi
36
36
rm packages-microsoft-prod.deb
37
37
```
38
38
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
-
47
39
# [ Debian] ( #tab/debian )
48
40
49
41
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
168
160
sudo apt-get install aziot-edge
169
161
```
170
162
171
- * **20.04 or 18.04 **:
163
+ * **20.04**:
172
164
```bash
173
165
sudo apt-get update; \
174
166
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
You can’t perform that action at this time.
0 commit comments