Update bonus.btc-rpc-explorer.sh (#2372)

* Fix two typos in README.md (#2315)

transfere -> transfer
connectec -> connected

* Correct typos (#2324)

* fix anchors in faq toc (#2345)

* Update bonus.btc-rpc-explorer.sh

bump to the last version 3.1.1

Co-authored-by: Glen Cooper <glen@glencooper.com>
Co-authored-by: Igor Bubelov <igor@bubelov.com>
Co-authored-by: Steffen Rörtgen <sroertgen@gmail.com>
Co-authored-by: /rootzoll <christian@fulmo.org>
This commit is contained in:
Tracachang 2021-08-26 18:45:23 +00:00 committed by GitHub
parent 4bdbd5077e
commit 77cb7ffa55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
cd /home/btcrpcexplorer
sudo -u btcrpcexplorer git clone https://github.com/janoside/btc-rpc-explorer.git
cd btc-rpc-explorer
sudo -u btcrpcexplorer git reset --hard v3.0.0
sudo -u btcrpcexplorer git reset --hard v3.1.1
sudo -u btcrpcexplorer npm install
if ! [ $? -eq 0 ]; then
echo "FAIL - npm install did not run correctly, aborting"