mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
updated to latest lnd commit
This commit is contained in:
parent
8d5e5cc9ca
commit
da70e03807
@ -10,7 +10,7 @@
|
||||
|
||||
echo ""
|
||||
echo "***************************************"
|
||||
echo "* RASPIBLITZ SD CARD IMAGE SETUP v0.85*"
|
||||
echo "* RASPIBLITZ SD CARD IMAGE SETUP v0.86*"
|
||||
echo "***************************************"
|
||||
echo ""
|
||||
|
||||
@ -243,7 +243,7 @@ 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
|
||||
cd $GOPATH/src/github.com/lightningnetwork/lnd
|
||||
sudo git checkout 26f68da5b2883885fcf6a8e79b3fc9bb12cc9eef
|
||||
sudo git checkout f1256ba41b033e62de2980b89bc7e278f76a0880
|
||||
make && make install
|
||||
sudo chmod 555 /usr/local/gocode/bin/lncli
|
||||
sudo chmod 555 /usr/local/gocode/bin/lnd
|
||||
|
@ -214,7 +214,7 @@ ${color_yellow} ${color_gray}${ln_channelInfo}
|
||||
${color_yellow}
|
||||
${color_yellow}${ln_external}
|
||||
" \
|
||||
"RaspiBlitz v0.85" \
|
||||
"RaspiBlitz v0.86" \
|
||||
"-------------------------------------------" \
|
||||
"load average:${load##up*, }" "${temp}" \
|
||||
"${hdd}" "${sync_percentage}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user