add Bitcoin Core release signing key fallback link

fixing: #59
This commit is contained in:
openoms 2021-07-12 11:13:02 +01:00
parent e06969bd69
commit 8f49af65c0
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -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