Update Bitcoin Core to 0.20.1 (#387)

* Update setup_device.sh

* Update mynode_post_upgrade.sh
This commit is contained in:
Amiga500 2020-08-11 00:38:13 +02:00 committed by GitHub
parent 23ee8f69be
commit 4708a50874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ usermod -aG docker root
# Upgrade BTC
echo "Upgrading BTC..."
BTC_VERSION="0.20.0"
BTC_VERSION="0.20.1"
ARCH="UNKNOWN"
if [ $IS_RASPI = 1 ]; then
ARCH="arm-linux-gnueabihf"

View File

@ -239,7 +239,7 @@ rm -rf /etc/update-motd.d/*
# Install Bitcoin
BTC_VERSION="0.20.0"
BTC_VERSION="0.20.1"
ARCH="UNKNOWN"
if [ $IS_RASPI = 1 ]; then
ARCH="arm-linux-gnueabihf"