diff --git a/lnd.from.source.patched.sh b/lnd.from.source.patched.sh index 325a682..b90ba75 100644 --- a/lnd.from.source.patched.sh +++ b/lnd.from.source.patched.sh @@ -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: # $ 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 - -echo "" -echo "Installed ${installed}" - #### Build from Source # To quickly catch up get latest patches if needed repo="github.com/lightningnetwork/lnd"