Upgrade Specter to v0.6.0; Upgrade Thunderhub to v0.9.0

This commit is contained in:
Taylor Helsper 2020-08-06 20:06:18 -05:00
parent 6ac208d8da
commit 5563741319
3 changed files with 5 additions and 11 deletions

View File

@ -11,7 +11,7 @@ ExecStartPre=/usr/bin/is_not_shutting_down.sh
ExecStartPre=/usr/bin/wait_on_lnd.sh
Environment=PORT=3030
WorkingDirectory=/opt/mynode/thunderhub
ExecStart=/usr/bin/npm run start:compatible -- -p 3030
ExecStart=/usr/bin/npm run start -- -p 3030
User=bitcoin
Group=bitcoin

View File

@ -497,10 +497,7 @@ fi
# Upgrade Specter Desktop
SPECTER_UPGRADE_VERSION=0.5.5
if [ $IS_ROCK64 = 1 ] || [ $IS_ROCKPRO64 = 1 ]; then
SPECTER_UPGRADE_VERSION=0.5.2
fi
SPECTER_UPGRADE_VERSION=0.6.0
SPECTER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.spectre_url
CURRENT=""
if [ -f $SPECTER_UPGRADE_URL_FILE ]; then
@ -527,7 +524,7 @@ fi
# Upgrade Thunderhub
THUNDERHUB_UPGRADE_URL=https://github.com/apotdevin/thunderhub/archive/v0.8.13.tar.gz
THUNDERHUB_UPGRADE_URL=https://github.com/apotdevin/thunderhub/archive/v0.9.0.tar.gz
THUNDERHUB_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.thunderhub_url
CURRENT=""
if [ -f $THUNDERHUB_UPGRADE_URL_FILE ]; then

View File

@ -600,10 +600,7 @@ fi
# Upgrade Specter Desktop
SPECTER_UPGRADE_VERSION=0.5.5
if [ $IS_ROCK64 = 1 ] || [ $IS_ROCKPRO64 = 1 ]; then
SPECTER_UPGRADE_VERSION=0.5.2
fi
SPECTER_UPGRADE_VERSION=0.6.0
SPECTER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.spectre_url
CURRENT=""
if [ -f $SPECTER_UPGRADE_URL_FILE ]; then
@ -630,7 +627,7 @@ fi
# Upgrade Thunderhub
THUNDERHUB_UPGRADE_URL=https://github.com/apotdevin/thunderhub/archive/v0.8.13.tar.gz
THUNDERHUB_UPGRADE_URL=https://github.com/apotdevin/thunderhub/archive/v0.9.0.tar.gz
THUNDERHUB_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.thunderhub_url
CURRENT=""
if [ -f $THUNDERHUB_UPGRADE_URL_FILE ]; then