mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
changing to rootzoll lndconect
This commit is contained in:
@@ -40,8 +40,8 @@ fi
|
|||||||
#### MAKE SURE LNDCONNECT IS INSTALLED
|
#### MAKE SURE LNDCONNECT IS INSTALLED
|
||||||
|
|
||||||
# check if it is installed
|
# check if it is installed
|
||||||
# https://github.com/LN-Zap/lndconnect/commits/master
|
# https://github.com/rootzoll/lndconnect
|
||||||
commit=82d7103bb8c8dd3c8ae8de89e3bc061eef82bb8f
|
commit=0de9946db8cb9bb66c3f2259ea2f4fa01517217f
|
||||||
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
||||||
if [ $isInstalled -eq 0 ]; then
|
if [ $isInstalled -eq 0 ]; then
|
||||||
echo "# Installing lndconnect.."
|
echo "# Installing lndconnect.."
|
||||||
@@ -50,8 +50,8 @@ if [ $isInstalled -eq 0 ]; then
|
|||||||
# get Go vars
|
# get Go vars
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
# Install latest lndconnect from source:
|
# Install latest lndconnect from source:
|
||||||
go get -d github.com/LN-Zap/lndconnect
|
go get -d github.com/rootzoll/lndconnect
|
||||||
cd $GOPATH/src/github.com/LN-Zap/lndconnect
|
cd $GOPATH/src/github.com/rootzoll/lndconnect
|
||||||
git checkout $commit
|
git checkout $commit
|
||||||
make
|
make
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user