We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d79e04 + 35a6e7b commit 9c74f91Copy full SHA for 9c74f91
docs/installation.md
@@ -43,7 +43,7 @@ The debian package is made available via [apt-sourc.es](https://apt-sourc.es).
43
44
1. Add *apt-sourc.es* GPG Key
45
```shell
46
-curl -fsSL https://apt-sourc.es/admin/gpg.asc | sudo apt-key add -
+curl -fsSL https://apt-sourc.es/admin/gpg.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/git-team.gpg
47
```
48
49
2. Setup the `apt` repository
0 commit comments