mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Bitcoin install script fails during gpg key download (#3754)
This commit is contained in:
parent
4f71a73e3f
commit
7a7c7bd97b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if [ "$1" = "install" ]; then
|
||||||
cd /home/admin/download || exit 1
|
cd /home/admin/download || exit 1
|
||||||
|
|
||||||
# receive signer key
|
# receive signer key
|
||||||
if ! gpg --keyserver hkps://keys.openpgp.org --recv-key "71A3 B167 3540 5025 D447 E8F2 7481 0B01 2346 C9A6"
|
if ! gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key "71A3 B167 3540 5025 D447 E8F2 7481 0B01 2346 C9A6"
|
||||||
then
|
then
|
||||||
echo "# FAIL # Couldn't download Wladimir J. van der Laan's PGP pubkey"
|
echo "# FAIL # Couldn't download Wladimir J. van der Laan's PGP pubkey"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue