Skip to content

Commit 92c9476

Browse files
committed
update links
1 parent 4c4235f commit 92c9476

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

lnd.updates/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
* #### [RaspiBlitz: update LND to v0.7.0-beta-rc2](lnd.update.v0.7.0-beta-rc2.sh)
2-
Download and run the script to update:
3-
`$ 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`
1+
#### [RaspiBlitz: update LND to v0.7.0-beta-rc2](lnd.update.v0.7.0-beta-rc2.sh)
2+
Download and run the script to update:
43

5-
* #### [RaspiBlitz: build LND from source](lnd.from.source.sh)
6-
Download and run this script on the RaspiBlitz:
7-
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.sh && sudo bash lnd.from.source.sh`
4+
`$ 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`
85

9-
Will ask for the commit to checkout from.
10-
Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master
6+
#### [RaspiBlitz: build LND from source](lnd.from.source.sh)
7+
Download and run this script on the RaspiBlitz:
8+
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.sh && sudo bash lnd.from.source.sh`
9+
10+
Will ask for the commit to checkout from.
11+
Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master
1112

lnd.updates/lnd.from.source.patched.corr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LND Update Script to build patch for https://github.com/rootzoll/raspiblitz/issues/595
22

33
# Download and run this script on the RaspiBlitz:
4-
# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.patched.corr.sh && sudo bash lnd.from.source.patched.corr.sh
4+
# $ 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
55

66
sudo systemctl stop lnd
77

lnd.updates/lnd.from.source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LND Update Script
22

33
# Download and run this script on the RaspiBlitz:
4-
# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.sh && sudo bash lnd.from.source.sh
4+
# $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.sh && sudo bash lnd.from.source.sh
55

66
#### Build from Source
77
# To quickly catch up get latest patches if needed

lnd.updates/lnd.update.v0.6.1-beta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LND Update Script
22

33
# Download and run this script on the RaspiBlitz:
4-
# $ 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
4+
# $ 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
55

66
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
77
## see LND releases: https://github.com/lightningnetwork/lnd/releases

lnd.updates/lnd.update.v0.7.0-beta-rc1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LND Update Script
22

33
# Download and run this script on the RaspiBlitz:
4-
# $ 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
4+
# $ 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
55

66
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
77
## see LND releases: https://github.com/lightningnetwork/lnd/releases

lnd.updates/lnd.update.v0.7.0-beta-rc2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LND Update Script
22

33
# Download and run this script on the RaspiBlitz:
4-
# $ 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
4+
# $ 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
55

66
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
77
## see LND releases: https://github.com/lightningnetwork/lnd/releases

0 commit comments

Comments
 (0)