Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The debian package is made available via [apt-sourc.es](https://apt-sourc.es).

1. Add *apt-sourc.es* GPG Key
```shell
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
```

2. Setup the `apt` repository
Expand Down