mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
update lnd to 0.5.1
This commit is contained in:
parent
f1b58b8696
commit
371f8ee37a
@ -288,7 +288,7 @@ echo "*** LND ***"
|
||||
##### Build from Source
|
||||
# To quickly catch up get latest patches if needed
|
||||
repo="github.com/lightningnetwork/lnd"
|
||||
commit="61e867741926bcb318432a6344b80161fabd1455"
|
||||
commit="4da1c867c3209dab4e4a824b73d89fc38b616b37"
|
||||
# BUILDING LND FROM SOURCE
|
||||
echo "*** Installing Go ***"
|
||||
wget https://storage.googleapis.com/golang/go1.11.linux-armv6l.tar.gz
|
||||
@ -340,6 +340,7 @@ sudo apt-get -y install exfat-fuse
|
||||
|
||||
# for blockchain torrent download
|
||||
sudo apt-get -y install transmission-cli
|
||||
sudo apt-get -y install rtorrent
|
||||
|
||||
# for background downloading
|
||||
sudo apt-get -y install screen
|
||||
|
@ -1,2 +1,2 @@
|
||||
# RaspiBlitz Version - always [main].[sub]
|
||||
codeVersion="0.95"
|
||||
codeVersion="0.96"
|
Loading…
Reference in New Issue
Block a user