#2071 lnbits update to 0.8.0

This commit is contained in:
rootzoll 2022-05-17 21:53:05 +02:00
parent 09859dcfbc
commit 60d357d753
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,7 @@
- Update: Core Lightning (CLN - formerly C-lightning) v0.11.0.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.11.0.1)
- Update: LND v0.14.3 [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.14.3-beta)
- Update: RTL v0.12.3 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.12.3)
- Update: LNbits 0.8.0 [details](https://github.com/lnbits/lnbits-legend/releases/tag/0.8.0)
- Update: C-lightningREST v0.7.0 [details](https://github.com/Ride-The-Lightning/c-lightning-REST/releases/tag/v0.7.0)
- Update: CLBOSS 0.13A [details](https://github.com/ZmnSCPxj/clboss/releases/tag/0.13A)
- Update: Channel Tools (chantools) v0.10.4 [details](https://github.com/guggero/chantools/blob/master/README.md)

View File

@ -453,9 +453,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
if [ "$3" != "" ]; then
githubUser="$3"
fi
#tag="tags/raspiblitz"
# https://github.com/lnbits/lnbits-legend/releases
tag="0.7.0"
tag="0.8.0"
if [ "$4" != "" ]; then
tag="$4"
fi
@ -466,7 +465,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
cd /home/lnbits
sudo -u lnbits git clone https://github.com/${githubUser}/lnbits-legend lnbits
cd /home/lnbits/lnbits
sudo -u lnbits git checkout ${tag}
sudo -u lnbits git checkout ${tag} || exit 1
# prepare .env file
echo "# preparing env file"