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
1 changed files with 1 additions and 0 deletions

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.