summaryrefslogtreecommitdiff
path: root/script/prepare.sh
diff options
context:
space:
mode:
authorAntoine A <>2022-12-11 17:59:44 +0100
committerAntoine A <>2022-12-11 17:59:44 +0100
commit6676e056f5fee77e183fc58bc4a0e94a94b0f370 (patch)
treedff2f35b44950a10c092a8b7f8c732c0f115f524 /script/prepare.sh
parent4785103ded2189b3efdc0a0fb713bd869dfb9455 (diff)
downloaddepolymerization-6676e056f5fee77e183fc58bc4a0e94a94b0f370.tar.gz
depolymerization-6676e056f5fee77e183fc58bc4a0e94a94b0f370.tar.bz2
depolymerization-6676e056f5fee77e183fc58bc4a0e94a94b0f370.zip
Bump msrv to 1.63.0 to follow debian package
Diffstat (limited to 'script/prepare.sh')
-rwxr-xr-xscript/prepare.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/script/prepare.sh b/script/prepare.sh
index a76c946..5791065 100755
--- a/script/prepare.sh
+++ b/script/prepare.sh
@@ -36,6 +36,14 @@ mkdir -pv ~/geth
tar xvzf geth.tar.gz
mv -v geth-alltools-linux-amd64-1.10.24-972007a5/* ~/geth
-echo "Ⅳ - PATH"
+echo "Ⅳ - Install Core Lightning v22.11.1"
+cd $DIR
+curl -L https://github.com/ElementsProject/lightning/releases/download/v22.11.1/clightning-v22.11.1-Ubuntu-22.04.tar.xz -o clightning.tar.gz
+tar xvf clightning.tar.gz
+rm -rfv ~/clightning
+mkdir -pv ~/clightning
+mv -v usr/* ~/clightning
+
+echo "Ⅴ - PATH"
-echo "Add PATH=\"\$HOME/geth:\$HOME/bitcoin/bin:/usr/lib/postgresql/$PG_VER/bin:\$PATH\" to your bash profile" \ No newline at end of file
+echo "Add PATH=\"\$HOME/geth:\$HOME/bitcoin/bin:\$HOME/clightning/bin:/usr/lib/postgresql/$PG_VER/bin:\$PATH\" to your bash profile" \ No newline at end of file