1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Add missing command to export key from gpg to apt (#748)

This commit is contained in:
Frinkeldoodle 2020-01-22 14:07:14 -05:00 committed by Eugen Rochko
parent ae93e4b66d
commit ff2cdcc716

View File

@ -22,6 +22,7 @@ Next add the gpg key.
```bash
curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
```
Finally install the required packages.