mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Upgrade Specter to v0.6.0; Upgrade Thunderhub to v0.9.0
This commit is contained in:
parent
6ac208d8da
commit
5563741319
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user