From 1a585952ff7b45a8900d098249f89898834ff3ff Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 25 Apr 2020 14:03:00 +0200 Subject: [PATCH] #1137 update BTC-RPC-Explorer to v2.0.0 --- home.admin/config.scripts/bonus.btc-rpc-explorer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh index 1a0479a2a..292c8af33 100644 --- a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh +++ b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh @@ -112,7 +112,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 v1.1.9 + sudo -u btcrpcexplorer git reset --hard v2.0.0 sudo -u btcrpcexplorer npm install # prepare .env file