Skip to content

Commit 13eefdb

Browse files
authored
Merge pull request #204729 from AshokPeddakotla-MSFT/patch-74
(Azure CXP) Fixing incorrect file name reference
2 parents 9fb5bfc + 7002167 commit 13eefdb

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)