mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
btcpay: disable git verification for updates #3025
This commit is contained in:
parent
25c52404b0
commit
6d3af0cd8c
@ -647,9 +647,10 @@ if [ "$1" = "update" ]; then
|
||||
TAG=$(git tag | grep v1 | sort -V | tail -1)
|
||||
echo "# Reset to the latest release tag: $TAG"
|
||||
sudo -u btcpay git reset --hard $TAG
|
||||
# PGP verify
|
||||
sudo -u btcpay /home/admin/config.scripts/blitz.git-verify.sh \
|
||||
"${PGPsigner}" "${PGPpubkeyLink}" "${PGPpubkeyFingerprint}" || exit 1
|
||||
# PGP verify - disabled for the update
|
||||
# https://github.com/rootzoll/raspiblitz/issues/3025
|
||||
# sudo -u btcpay /home/admin/config.scripts/blitz.git-verify.sh \
|
||||
# "${PGPsigner}" "${PGPpubkeyLink}" "${PGPpubkeyFingerprint}" || exit 1
|
||||
echo "# Build BTCPayServer ..."
|
||||
# from the build.sh with path
|
||||
sudo systemctl stop btcpayserver
|
||||
|
Loading…
Reference in New Issue
Block a user