mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
Update Bitcoin Core to 24.0.1 in other git ci locations
This commit is contained in:
6
.github/scripts/install-bitcoind.sh
vendored
6
.github/scripts/install-bitcoind.sh
vendored
@@ -4,13 +4,13 @@ set -e
|
||||
|
||||
DIRNAME="bitcoin-${BITCOIN_VERSION}"
|
||||
EDIRNAME="elements-${ELEMENTS_VERSION}"
|
||||
FILENAME="${DIRNAME}-x86_64-linux-gnu.tar.bz2"
|
||||
FILENAME="${DIRNAME}-x86_64-linux-gnu.tar.gz"
|
||||
EFILENAME="${EDIRNAME}-x86_64-linux-gnu.tar.bz2"
|
||||
|
||||
cd /tmp/
|
||||
wget "https://storage.googleapis.com/c-lightning-tests/$FILENAME"
|
||||
wget "https://bitcoincore.org/bin/bitcoin-core-${BITCOIN_VERSION}/${FILENAME}"
|
||||
wget -q "https://storage.googleapis.com/c-lightning-tests/${EFILENAME}"
|
||||
tar -xaf "${FILENAME}"
|
||||
tar -xf "${FILENAME}"
|
||||
tar -xaf "${EFILENAME}"
|
||||
sudo mv "${DIRNAME}"/bin/* "/usr/local/bin"
|
||||
sudo mv "${EDIRNAME}"/bin/* "/usr/local/bin"
|
||||
|
||||
Reference in New Issue
Block a user