add my pgp -key

This commit is contained in:
Léo Haf 2024-08-06 19:02:01 +02:00
parent d89e521b61
commit a4d2ad1f66
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005
2 changed files with 4 additions and 0 deletions

View File

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

View File

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