use reduced glooming qr code

This commit is contained in:
rootzoll
2020-01-25 21:58:25 +01:00
parent e67a03e433
commit 75fd15e971

View File

@@ -42,7 +42,7 @@ fi
# check if it is installed
# https://github.com/rootzoll/lndconnect
# 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)
if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
echo "# Installing lndconnect.."
@@ -53,7 +53,7 @@ if [ $isInstalled -eq 0 ] || [ "$1" == "update" ]; then
# Install latest lndconnect from source:
go get -d github.com/rootzoll/lndconnect
cd $GOPATH/src/github.com/rootzoll/lndconnect
git checkout $commit
//git checkout $commit
make
else
echo "# lndconnect is already installed"