Skip to content

Commit 7002167

Browse files
(Azure CXP) Fixing incorrect file name reference
Fixing incorrect file name reference Resolves : https://github.com/MicrosoftDocs/azure-docs/issues/95735
1 parent ed2843d commit 7002167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub-device-update/device-update-agent-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
105105
sudo apt-get install deviceupdate-agent deliveryoptimization-plugin-apt
106106
```
107107

108-
- For any 'rc' i.e. release candidate agent versions from [Artifacts](https://github.com/Azure/iot-hub-device-update/releases) : Download the .dep file to the machine you want to install the Device Update agent on, then:
108+
- For any 'rc' i.e. release candidate agent versions from [Artifacts](https://github.com/Azure/iot-hub-device-update/releases) : Download the .deb file to the machine you want to install the Device Update agent on, then:
109109

110110
```shell
111111
sudo apt-get install -y ./"<PATH TO FILE>"/"<.DEB FILE NAME>"

0 commit comments

Comments
 (0)