btc-rpc-explorer: update to version 2.2.0 (#1846)

This commit is contained in:
Joseph Goulden 2021-03-23 12:16:35 +00:00 committed by GitHub
parent 80b8db83e3
commit cca61be238
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 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"