Downgrade BTCPay on 32-bit systems

This commit is contained in:
Taylor Helsper 2022-04-21 22:05:18 -05:00
parent 511bafa753
commit 583ba1beb9

View File

@ -78,8 +78,13 @@ RTL_VERSION_FILE=/home/bitcoin/.mynode/rtl_version
RTL_LATEST_VERSION_FILE=/home/bitcoin/.mynode/rtl_version_latest
BTCPAYSERVER_VERSION="1.4.9"
BTCPAYSERVER_NBXPLORER_VERSION="2.2.20"
BTCPAYSERVER_POSTGRES_VERSION="13.6"
#BTCPAYSERVER_NBXPLORER_VERSION="2.2.20"
#BTCPAYSERVER_POSTGRES_VERSION="13.6"
if [ "$IS_32_BIT" = "1" ]; then
BTCPAYSERVER_VERSION="1.3.6"
#BTCPAYSERVER_NBXPLORER_VERSION="2.2.20"
#BTCPAYSERVER_POSTGRES_VERSION="13.6"
fi
BTCPAYSERVER_VERSION_FILE=/home/bitcoin/.mynode/btcpayserver_version
BTCPAYSERVER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/btcpayserver_version_latest