Skip to content

Commit

Permalink
correct install script urls
Browse files Browse the repository at this point in the history
  • Loading branch information
satindergrewal committed Nov 21, 2021
1 parent 5d79947 commit fbb5eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install-pangea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ CHIPS_BOOTSTRAP_URL="https://eu.bootstrap.dexstats.info/CHIPS-bootstrap.tar.gz"

BET_TAG="v0.1.3-568-ge1ded37"
BET_FILE="bet-linux-x86_64-$(printf '%s' $BET_TAG).tar.gz"
BET_DL_URL="https://github.com/chips-blockchain/bet/releases/download/$BET_FILE"
BET_DL_URL="https://github.com/chips-blockchain/bet/releases/download/$BET_TAG/$BET_FILE"

CLN_TAG="v0.5.2-2016-11-21-10051-geafd19526"
CLN_FILE="c-lightning-linux-x86_64-$(printf '%s' $CLN_TAG).tar.gz"
CLN_DL_URL="https://github.com/chips-blockchain/lightning/releases/download/$CLN_FILE"
CLN_DL_URL="https://github.com/chips-blockchain/lightning/releases/download/$CLN_TAG/$CLN_FILE"

# Install if sudo command isn't available
if ! command -v sudo &> /dev/null
Expand Down

0 comments on commit fbb5eef

Please sign in to comment.