fix LND checkout

This commit is contained in:
rootzoll
2018-08-26 22:39:39 +02:00
parent ab6418303e
commit a21c157bc5

View File

@@ -245,8 +245,8 @@ echo "*** Build LND from Source ***"
go get -d github.com/lightningnetwork/lnd
# make sure to always have the same code (commit) to build
# TODO: To update lnd -> change to latest commit
sudo git checkout 26f68da5b2883885fcf6a8e79b3fc9bb12cc9eef
cd $GOPATH/src/github.com/lightningnetwork/lnd
sudo git checkout 26f68da5b2883885fcf6a8e79b3fc9bb12cc9eef
make && make install
sudo chmod 555 /usr/local/gocode/bin/lncli
sudo chmod 555 /usr/local/gocode/bin/lnd