mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
use reduced glooming qr code
This commit is contained in:
@@ -42,7 +42,7 @@ fi
|
|||||||
# check if it is installed
|
# check if it is installed
|
||||||
# https://github.com/rootzoll/lndconnect
|
# https://github.com/rootzoll/lndconnect
|
||||||
# using own fork of lndconnet because of this commit to fix for better QR code:
|
# using own fork of lndconnet because of this commit to fix for better QR code:
|
||||||
commit=e3aef66c89001cd35b31a0750ab2bd798bc8fcb5
|
commit=e76226f2dd3cce3c169a7161f66612c2662407fa
|
||||||
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
||||||
if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
|
if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
|
||||||
echo "# Installing lndconnect.."
|
echo "# Installing lndconnect.."
|
||||||
@@ -53,7 +53,7 @@ if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
|
|||||||
# Install latest lndconnect from source:
|
# Install latest lndconnect from source:
|
||||||
go get -d github.com/rootzoll/lndconnect
|
go get -d github.com/rootzoll/lndconnect
|
||||||
cd $GOPATH/src/github.com/rootzoll/lndconnect
|
cd $GOPATH/src/github.com/rootzoll/lndconnect
|
||||||
git checkout $commit
|
//git checkout $commit
|
||||||
make
|
make
|
||||||
else
|
else
|
||||||
echo "# lndconnect is already installed"
|
echo "# lndconnect is already installed"
|
||||||
|
Reference in New Issue
Block a user