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