diff --git a/CHANGELOG b/CHANGELOG index 3b53ec9b..c08b4132 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ === v0.1.51 === - Logging and RAM tweaks for Rock64 - Add ngrok for debugging +- Upgrade RTL to 0.5.1 === v0.1.50 === - Big fixes for myNode VM (still beta) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index f3647894..ab807452 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -73,7 +73,7 @@ if [ "$CURRENT" != "$LND_UPGRADE_URL" ]; then fi # Upgrade RTL -RTL_UPGRADE_URL=https://github.com/ShahanaFarooqui/RTL/archive/v0.4.4.tar.gz +RTL_UPGRADE_URL=https://github.com/ShahanaFarooqui/RTL/archive/v0.5.1.tar.gz RTL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.rtl_url CURRENT="" if [ -f $RTL_UPGRADE_URL_FILE ]; then @@ -141,6 +141,7 @@ fi # Install ngrok for debugging if [ ! -f /usr/bin/ngrok ]; then cd /tmp + rm -rf /tmp/ngrok* NGROK_URL=https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip if [ $IS_X86 = 1 ]; then NGROK_URL=https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip diff --git a/setup/setup_device.sh b/setup/setup_device.sh index dd0bbbbb..2e289440 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -214,7 +214,7 @@ fi # Install RTL -RTL_UPGRADE_URL=https://github.com/ShahanaFarooqui/RTL/archive/v0.4.4.tar.gz +RTL_UPGRADE_URL=https://github.com/ShahanaFarooqui/RTL/archive/v0.5.1.tar.gz RTL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.rtl_url CURRENT="" if [ -f $RTL_UPGRADE_URL_FILE ]; then