From 92c9476596aad5e73214731ffb829974738c74a7 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 1 Jul 2019 16:01:57 +0100 Subject: [PATCH] update links --- lnd.updates/README.md | 17 +++++++++-------- lnd.updates/lnd.from.source.patched.corr.sh | 2 +- lnd.updates/lnd.from.source.sh | 2 +- lnd.updates/lnd.update.v0.6.1-beta.sh | 2 +- lnd.updates/lnd.update.v0.7.0-beta-rc1.sh | 2 +- lnd.updates/lnd.update.v0.7.0-beta-rc2.sh | 2 +- 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/lnd.updates/README.md b/lnd.updates/README.md index 1f5ea53..d15a90c 100644 --- a/lnd.updates/README.md +++ b/lnd.updates/README.md @@ -1,11 +1,12 @@ -* #### [RaspiBlitz: update LND to v0.7.0-beta-rc2](lnd.update.v0.7.0-beta-rc2.sh) - Download and run the script to update: - `$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh` +#### [RaspiBlitz: update LND to v0.7.0-beta-rc2](lnd.update.v0.7.0-beta-rc2.sh) +Download and run the script to update: -* #### [RaspiBlitz: build LND from source](lnd.from.source.sh) - Download and run this script on the RaspiBlitz: - `$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.sh && sudo bash lnd.from.source.sh` + `$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh` - Will ask for the commit to checkout from. - Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master +#### [RaspiBlitz: build LND from source](lnd.from.source.sh) +Download and run this script on the RaspiBlitz: + `$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.sh && sudo bash lnd.from.source.sh` + +Will ask for the commit to checkout from. +Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master diff --git a/lnd.updates/lnd.from.source.patched.corr.sh b/lnd.updates/lnd.from.source.patched.corr.sh index 4d0496a..b99c0bc 100644 --- a/lnd.updates/lnd.from.source.patched.corr.sh +++ b/lnd.updates/lnd.from.source.patched.corr.sh @@ -1,7 +1,7 @@ # 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.corr.sh && sudo bash lnd.from.source.patched.corr.sh +# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.patched.corr.sh && sudo bash lnd.from.source.patched.corr.sh sudo systemctl stop lnd diff --git a/lnd.updates/lnd.from.source.sh b/lnd.updates/lnd.from.source.sh index e67dc52..2d26fdf 100644 --- a/lnd.updates/lnd.from.source.sh +++ b/lnd.updates/lnd.from.source.sh @@ -1,7 +1,7 @@ # LND Update Script # Download and run this script on the RaspiBlitz: -# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.sh && sudo bash lnd.from.source.sh +# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.sh && sudo bash lnd.from.source.sh #### Build from Source # To quickly catch up get latest patches if needed diff --git a/lnd.updates/lnd.update.v0.6.1-beta.sh b/lnd.updates/lnd.update.v0.6.1-beta.sh index 4428d09..35db294 100644 --- a/lnd.updates/lnd.update.v0.6.1-beta.sh +++ b/lnd.updates/lnd.update.v0.6.1-beta.sh @@ -1,7 +1,7 @@ # LND Update Script # Download and run this script on the RaspiBlitz: -# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.update.v0.6.1-beta.sh && sudo bash lnd.update.v0.6.1-beta.sh +# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.6.1-beta.sh && sudo bash lnd.update.v0.6.1-beta.sh ## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases diff --git a/lnd.updates/lnd.update.v0.7.0-beta-rc1.sh b/lnd.updates/lnd.update.v0.7.0-beta-rc1.sh index d2b6b79..9362e07 100644 --- a/lnd.updates/lnd.update.v0.7.0-beta-rc1.sh +++ b/lnd.updates/lnd.update.v0.7.0-beta-rc1.sh @@ -1,7 +1,7 @@ # LND Update Script # Download and run this script on the RaspiBlitz: -# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.update.v0.7.0-beta-rc1.sh && sudo bash lnd.update.v0.7.0-beta-rc1.sh +# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta-rc1.sh && sudo bash lnd.update.v0.7.0-beta-rc1.sh ## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases diff --git a/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh b/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh index 372c117..dfe0788 100644 --- a/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh +++ b/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh @@ -1,7 +1,7 @@ # LND Update Script # Download and run this script on the RaspiBlitz: -# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh +# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh ## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases