From 2054085fff5f1f8cc6b297ad70ed1f89bd33e724 Mon Sep 17 00:00:00 2001 From: Daniel Farina Date: Wed, 11 Jul 2018 01:14:09 -0400 Subject: [PATCH] Fixed wrong URL Removed v from the BitcoinPrivate release URL which resulted in a wrong url. --- btcp_store_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcp_store_demo.sh b/btcp_store_demo.sh index 462b534..5d51124 100755 --- a/btcp_store_demo.sh +++ b/btcp_store_demo.sh @@ -142,7 +142,7 @@ cd ~/BitcoinPrivate/src local RELEASE="1.0.12" local COMMIT="69aa9ce" local FILE="btcp-${RELEASE}-explorer-${COMMIT}-linux.tar.gz" -wget -c https://github.com/BTCPrivate/BitcoinPrivate/releases/download/v${RELEASE}-${COMMIT}/${FILE} +wget -c https://github.com/BTCPrivate/BitcoinPrivate/releases/download/${RELEASE}-${COMMIT}/${FILE} tar -zxvf $FILE echo "Downloading and extracting BTCP files - Done." rm -rf $FILE