From 8f49af65c063302c021102a296c8a718b2d76abe Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 12 Jul 2021 11:13:02 +0100 Subject: [PATCH] add Bitcoin Core release signing key fallback link fixing: #59 --- scripts/_functions.bitcoincore.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/_functions.bitcoincore.sh b/scripts/_functions.bitcoincore.sh index ffaea30..b08772f 100755 --- a/scripts/_functions.bitcoincore.sh +++ b/scripts/_functions.bitcoincore.sh @@ -30,6 +30,9 @@ function downloadBitcoinCore() { if [ ! -f "laanwj-releases.asc" ];then sudo -u joinmarket wget https://bitcoin.org/laanwj-releases.asc fi + if [ ! -f "laanwj-releases.asc" ];then + sudo -u joinmarket wget https://raw.githubusercontent.com/bitcoin-dot-org/Bitcoin.org/master/laanwj-releases.asc + fi if [ ! -f "laanwj-releases.asc" ];then echo "# !!! FAIL !!! Could not download laanwj-releases.asc" exit 1