mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-06 18:12:14 +02:00
fix LND checkout
This commit is contained in:
@@ -245,8 +245,8 @@ echo "*** Build LND from Source ***"
|
|||||||
go get -d github.com/lightningnetwork/lnd
|
go get -d github.com/lightningnetwork/lnd
|
||||||
# make sure to always have the same code (commit) to build
|
# make sure to always have the same code (commit) to build
|
||||||
# TODO: To update lnd -> change to latest commit
|
# TODO: To update lnd -> change to latest commit
|
||||||
sudo git checkout 26f68da5b2883885fcf6a8e79b3fc9bb12cc9eef
|
|
||||||
cd $GOPATH/src/github.com/lightningnetwork/lnd
|
cd $GOPATH/src/github.com/lightningnetwork/lnd
|
||||||
|
sudo git checkout 26f68da5b2883885fcf6a8e79b3fc9bb12cc9eef
|
||||||
make && make install
|
make && make install
|
||||||
sudo chmod 555 /usr/local/gocode/bin/lncli
|
sudo chmod 555 /usr/local/gocode/bin/lncli
|
||||||
sudo chmod 555 /usr/local/gocode/bin/lnd
|
sudo chmod 555 /usr/local/gocode/bin/lnd
|
||||||
|
Reference in New Issue
Block a user