From 5563741319eaa538ff1479586a82b080317c27e3 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Thu, 6 Aug 2020 20:06:18 -0500 Subject: [PATCH] Upgrade Specter to v0.6.0; Upgrade Thunderhub to v0.9.0 --- rootfs/standard/etc/systemd/system/thunderhub.service | 2 +- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 7 ++----- setup/setup_device.sh | 7 ++----- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/rootfs/standard/etc/systemd/system/thunderhub.service b/rootfs/standard/etc/systemd/system/thunderhub.service index 088cf95d..01872513 100644 --- a/rootfs/standard/etc/systemd/system/thunderhub.service +++ b/rootfs/standard/etc/systemd/system/thunderhub.service @@ -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 diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 9f1b81c8..6e619a89 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -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 diff --git a/setup/setup_device.sh b/setup/setup_device.sh index 4b755298..177d3ec9 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -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