From aa10fd7005c051bb3cfe99b779ef30bb483bc421 Mon Sep 17 00:00:00 2001 From: bitromortac Date: Sat, 29 Aug 2020 21:47:59 +0200 Subject: [PATCH] Upgrade to lndmanage v0.11.0 (#406) --- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 3 ++- setup/setup_device.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 3b13a65d..4d727aee 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -124,8 +124,9 @@ fi # Install any pip3 software +pip3 install --upgrade pip setuptools wheel pip3 install gnureadline --no-cache-dir -pip3 install lndmanage==0.10.0 --no-cache-dir # Install LND Manage (keep up to date with LND) +pip3 install lndmanage==0.11.0 --no-cache-dir # Install lndmanage (keep up to date with LND) pip3 install docker-compose --no-cache-dir pip3 install pipenv --no-cache-dir pip3 install bcrypt --no-cache-dir diff --git a/setup/setup_device.sh b/setup/setup_device.sh index 70f3d9d1..fc5f3fdd 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -199,10 +199,10 @@ fi # Install Python3 specific tools (run multiple times to make sure success) -pip3 install wheel setuptools +pip3 install --upgrade pip wheel setuptools pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib pip3 install gnureadline -pip3 install lndmanage==0.10.0 # Install LND Manage (keep up to date with LND) +pip3 install lndmanage==0.11.0 # Install LND Manage (keep up to date with LND) pip3 install docker-compose pip3 install pipenv pip3 install pysocks