mirror of
https://github.com/aljazceru/ThunderCloud.git
synced 2025-12-17 06:14:20 +01:00
Merge pull request #11 from a455bcd9/patch-3
Update to latest release of lnd
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Download and unpack the latest lnd.
|
# Download and unpack the latest lnd
|
||||||
wget https://github.com/lightningnetwork/lnd/releases/download/v0.13.1-beta/lnd-linux-arm64-v0.13.1-beta.tar.gz
|
# Check to get the latest release: https://github.com/lightningnetwork/lnd/releases/latest
|
||||||
|
wget https://github.com/lightningnetwork/lnd/releases/download/v0.13.3-beta/lnd-linux-arm64-v0.13.3-beta.tar.gz
|
||||||
# TODO: verify signatures on the download
|
# TODO: verify signatures on the download
|
||||||
tar xf lnd-linux-arm64-v0.13.1-beta.tar.gz
|
tar xf lnd-linux-arm64-v0.13.3-beta.tar.gz
|
||||||
mkdir /home/ec2-user/bin
|
mkdir /home/ec2-user/bin
|
||||||
cp lnd-linux-arm64-v0.13.1-beta/* /home/ec2-user/bin/
|
cp lnd-linux-arm64-v0.13.3-beta/* /home/ec2-user/bin/
|
||||||
rm -rf lnd-linux-arm64-v0.13.1-beta*
|
rm -rf lnd-linux-arm64-v0.13.3-beta*
|
||||||
|
|
||||||
# Write lnd config. Feel free to customize this to your liking. You'll want to change the node alias
|
# Write lnd config. Feel free to customize this to your liking. You'll want to change the node alias
|
||||||
mkdir /home/ec2-user/.lnd
|
mkdir /home/ec2-user/.lnd
|
||||||
|
|||||||
Reference in New Issue
Block a user