lndconnect v0.2.0 (#90)
This commit is contained in:
parent
05cfeb78c3
commit
68aa533ee4
|
@ -348,7 +348,7 @@ LNDCONNECTARCH="lndconnect-linux-armv7"
|
||||||
if [ $IS_X86 = 1 ]; then
|
if [ $IS_X86 = 1 ]; then
|
||||||
LNDCONNECTARCH="lndconnect-linux-amd64"
|
LNDCONNECTARCH="lndconnect-linux-amd64"
|
||||||
fi
|
fi
|
||||||
LNDCONNECT_UPGRADE_URL=https://github.com/LN-Zap/lndconnect/releases/download/v0.1.0/$LNDCONNECTARCH-v0.1.0.tar.gz
|
LNDCONNECT_UPGRADE_URL=https://github.com/LN-Zap/lndconnect/releases/download/v0.2.0/$LNDCONNECTARCH-v0.2.0.tar.gz
|
||||||
LNDCONNECT_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.lndconnect_url
|
LNDCONNECT_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.lndconnect_url
|
||||||
CURRENT=""
|
CURRENT=""
|
||||||
if [ -f $LNDCONNECT_UPGRADE_URL_FILE ]; then
|
if [ -f $LNDCONNECT_UPGRADE_URL_FILE ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user