Skip to content

Commit 9c74f91

Browse files
authored
Merge pull request #24 from bfncs/docs/apt-key-deprecated
docs: update adding apt-sourc.es gpg key instructions
2 parents 3d79e04 + 35a6e7b commit 9c74f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The debian package is made available via [apt-sourc.es](https://apt-sourc.es).
4343

4444
1. Add *apt-sourc.es* GPG Key
4545
```shell
46-
curl -fsSL https://apt-sourc.es/admin/gpg.asc | sudo apt-key add -
46+
curl -fsSL https://apt-sourc.es/admin/gpg.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/git-team.gpg
4747
```
4848

4949
2. Setup the `apt` repository

0 commit comments

Comments
 (0)