description

This commit is contained in:
openoms
2019-05-26 14:14:07 +01:00
parent 32b789bd49
commit 62981065ae

View File

@@ -1,14 +1,10 @@
# LND Update Script # LND Update Script to build patch for https://github.com/rootzoll/raspiblitz/issues/595
# Download and run this script on the RaspiBlitz: # Download and run this script on the RaspiBlitz:
# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.patched.sh && sudo bash lnd.from.source.patched.sh # $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.patched.sh && sudo bash lnd.from.source.patched.sh
sudo systemctl stop lnd sudo systemctl stop lnd
echo ""
echo "Installed ${installed}"
#### Build from Source #### Build from Source
# To quickly catch up get latest patches if needed # To quickly catch up get latest patches if needed
repo="github.com/lightningnetwork/lnd" repo="github.com/lightningnetwork/lnd"