Skip to content

Commit b757d82

Browse files
authored
CC63931: Updating GPG keys
Hello, @seguler , This proposed file change comes from https://github.com/MicrosoftDocs/azure-docs.de-de/pull/115 . Could you review this contribution and help to merge if agreed? Many thanks in advance.
1 parent 31f9415 commit b757d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-use-azcopy-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add apt source for Microsoft Linux product repository and install AzCopy:
6363
```bash
6464
sudo echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod/ trusty main" > azure.list
6565
sudo cp ./azure.list /etc/apt/sources.list.d/
66-
apt-key adv --keyserver packages.microsoft.com --recv-keys B02C46DF417A0893
66+
apt-key adv --keyserver packages.microsoft.com --recv-keys EB3E94ADBE1229CF
6767
```
6868

6969
```bash
@@ -78,7 +78,7 @@ Add apt source for Microsoft Linux product repository and install AzCopy:
7878
```bash
7979
echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod/ xenial main" > azure.list
8080
sudo cp ./azure.list /etc/apt/sources.list.d/
81-
apt-key adv --keyserver packages.microsoft.com --recv-keys B02C46DF417A0893
81+
apt-key adv --keyserver packages.microsoft.com --recv-keys EB3E94ADBE1229CF
8282
```
8383

8484
```bash

0 commit comments

Comments
 (0)