mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
import all builder public keys
This commit is contained in:
parent
a4d2ad1f66
commit
bb2185a2b6
@ -78,9 +78,7 @@ if [ "$1" = "install" ]; then
|
||||
cd /home/admin/download || exit 1
|
||||
|
||||
echo "# Receive signer keys"
|
||||
curl -s "https://raw.githubusercontent.com/bitcoin-core/guix.sigs/main/builder-keys/luke-jr.gpg" | gpg --import
|
||||
|
||||
curl -s "https://cdn.orangepill.ovh/leohaf.gpg" | gpg --import
|
||||
curl -s "https://raw.githubusercontent.com/BcnBitcoinOnly/docker-knots/master/builder_pubkeys.pem" | gpg --import
|
||||
|
||||
# download signed binary sha256 hash sum file
|
||||
sudo -u admin wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS
|
||||
|
@ -209,9 +209,7 @@ if [ "${mode}" = "tested" ] || [ "${mode}" = "reckless" ] || [ "${mode}" = "cust
|
||||
cd "${downloadDir}" || exit 1
|
||||
|
||||
echo "# Receive signer keys"
|
||||
curl -s "https://raw.githubusercontent.com/bitcoin-core/guix.sigs/main/builder-keys/luke-jr.gpg" | gpg --import
|
||||
|
||||
curl -s "https://cdn.orangepill.ovh/leohaf.gpg" | gpg --import
|
||||
curl -s "https://raw.githubusercontent.com/BcnBitcoinOnly/docker-knots/master/builder_pubkeys.pem" | gpg --import
|
||||
|
||||
# download signed binary sha256 hash sum file
|
||||
wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS
|
||||
|
Loading…
Reference in New Issue
Block a user