Upgrade RTL

This commit is contained in:
Taylor Helsper 2019-10-10 19:24:52 -05:00
parent 9358fbba1f
commit efe886377b
3 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -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