Upgrade Bitcoin to v0.20.0

This commit is contained in:
Taylor Helsper 2020-06-05 22:41:42 -05:00
parent 38c4d3dc2a
commit 9528d5a7bd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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