mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
btc-rpc-explorer: update to version 2.2.0 (#1846)
This commit is contained in:
parent
80b8db83e3
commit
cca61be238
1 changed files with 1 additions and 1 deletions
|
@ -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 v2.0.0
|
||||
sudo -u btcrpcexplorer git reset --hard v2.2.0
|
||||
sudo -u btcrpcexplorer npm install
|
||||
if ! [ $? -eq 0 ]; then
|
||||
echo "FAIL - npm install did not run correctly, aborting"
|
||||
|
|
Loading…
Add table
Reference in a new issue