Add missing command to export key from gpg to apt (#748)
This commit is contained in:
parent
ae93e4b66d
commit
ff2cdcc716
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue