mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
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:
parent
4bdbd5077e
commit
77cb7ffa55
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user