File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 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:
4
3
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`
8
5
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
11
12
Original file line number Diff line number Diff line change 1
1
# LND Update Script to build patch for https://github.com/rootzoll/raspiblitz/issues/595
2
2
3
3
# 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
5
5
6
6
sudo systemctl stop lnd
7
7
Original file line number Diff line number Diff line change 1
1
# LND Update Script
2
2
3
3
# 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
5
5
6
6
# ### Build from Source
7
7
# To quickly catch up get latest patches if needed
Original file line number Diff line number Diff line change 1
1
# LND Update Script
2
2
3
3
# 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
5
5
6
6
# # based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
7
7
# # see LND releases: https://github.com/lightningnetwork/lnd/releases
Original file line number Diff line number Diff line change 1
1
# LND Update Script
2
2
3
3
# 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
5
5
6
6
# # based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
7
7
# # see LND releases: https://github.com/lightningnetwork/lnd/releases
Original file line number Diff line number Diff line change 1
1
# LND Update Script
2
2
3
3
# 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
5
5
6
6
# # based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
7
7
# # see LND releases: https://github.com/lightningnetwork/lnd/releases
You can’t perform that action at this time.
0 commit comments