From 18e75b72371dbe29e74e8da5103d8a5df4d8ed3d Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 31 Jan 2022 22:36:40 +0000 Subject: [PATCH] lnbits: update for bitcoinpos add dep secp256k1 #2792 --- home.admin/config.scripts/bonus.lnbits.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.lnbits.sh b/home.admin/config.scripts/bonus.lnbits.sh index 8fc8c5896..0d483b072 100755 --- a/home.admin/config.scripts/bonus.lnbits.sh +++ b/home.admin/config.scripts/bonus.lnbits.sh @@ -15,6 +15,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then exit 1 fi +echo "# Running: 'bonus.lnbits.sh $*'" source /mnt/hdd/raspiblitz.conf # show info menu @@ -445,7 +446,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then githubUser="$3" fi #githubBranch="tags/raspiblitz" - githubBranch="93e58f4c807006c26b675f34947a5bda9743cd86" #commit 23. December 2021 + githubBranch="3ae6ef25a1fce6fc53d444c9352e4fe7972ed9a3" #commit 31. January 2022 if [ "$4" != "" ]; then githubBranch="$4" fi @@ -480,6 +481,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then sudo -u lnbits python3 -m venv venv sudo -u lnbits ./venv/bin/pip install -r requirements.txt sudo -u lnbits ./venv/bin/pip install pylightning + sudo -u lnbits ./venv/bin/pip install secp256k1 # open firewall echo