mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 06:09:47 +02:00
download missing file
This commit is contained in:
parent
bcaf987ff0
commit
2fcd8559f8
@ -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…
x
Reference in New Issue
Block a user