Skip to content

Commit 7c46276

Browse files
authored
Merge pull request #178830 from kgremban/nov4-trustedgpg2
Replace trust.gpg -> trusted.gpg
2 parents da34341 + 569748f commit 7c46276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-edge-install-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You need to complete two steps on your device before it's ready to install the I
3939

4040
```bash
4141
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
42-
sudo cp ./microsoft.gpg /etc/apt/trust.gpg.d/
42+
sudo cp ./microsoft.gpg /etc/apt/trusted.gpg.d/
4343
```
4444

4545
> [!NOTE]

0 commit comments

Comments
 (0)