mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
add my pgp -key
This commit is contained in:
parent
d89e521b61
commit
a4d2ad1f66
@ -80,6 +80,8 @@ if [ "$1" = "install" ]; then
|
||||
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
|
||||
|
||||
# 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
|
||||
# download the signed binary sha256 hash sum file and check
|
||||
|
@ -211,6 +211,8 @@ if [ "${mode}" = "tested" ] || [ "${mode}" = "reckless" ] || [ "${mode}" = "cust
|
||||
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
|
||||
|
||||
# download signed binary sha256 hash sum file
|
||||
wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS
|
||||
# download the signed binary sha256 hash sum file and check
|
||||
|
Loading…
Reference in New Issue
Block a user