mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#249 add keys for TOR
This commit is contained in:
parent
c698c282a7
commit
b2adb56879
1 changed files with 2 additions and 0 deletions
|
@ -506,6 +506,8 @@ echo ""
|
|||
echo "*** Fetching GPG key ***"
|
||||
sudo gpg --keyserver keys.gnupg.net --recv 886DDD89
|
||||
sudo gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
|
||||
sudo gpg --keyserver pgpkeys.mit.edu --recv-key 74A941BA219EC810
|
||||
sudo gpg -a --export 74A941BA219EC810 | sudo apt-key add -
|
||||
echo "!!!!!! Please check if the above really worked!"
|
||||
|
||||
# *** RASPIBLITZ IMAGE READY ***
|
||||
|
|
Loading…
Add table
Reference in a new issue