Browse Source

download missing file

#146
rootzoll 6 years ago
parent
commit
2fcd8559f8
  1. 1
      build.sdcard/raspbianStretchDesktop.sh

1
build.sdcard/raspbianStretchDesktop.sh

@ -197,6 +197,7 @@ if [ ${fingerprint} -lt 1 ]; then
exit 1
fi
gpg --import ./laanwj-releases.asc
sudo -u admin wget https://bitcoin.org/bin/bitcoin-core-${bitcoinVersion}/SHA256SUMS.asc
verifyResult=$(gpg --verify SHA256SUMS.asc 2>&1)
goodSignature=$(echo ${verifyResult} | grep 'Good signature' -c)
echo "goodSignature(${goodSignature})"

Loading…
Cancel
Save