#2372 update to 3.2.0

This commit is contained in:
rootzoll 2021-08-26 20:50:05 +02:00
parent 77cb7ffa55
commit a1d80ca673
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
- Update: Specter Desktop v0.15.1 [details](https://github.com/cryptoadvance/specter-desktop#specter-desktop)
- Update: Electrum Server in Rust (electrs) v0.8.11 [details](https://github.com/romanz/electrs/blob/v0.8.11/RELEASE-NOTES.md#0811-18-aug-2021)
- Update: Mempool 2.2.1 [details](https://github.com/mempool/mempool)
- Update: BTC-RPC-Explorer v3.2.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v320)
- Update: stacking-sats-kraken 0.4.4 [details](https://github.com/dennisreimann/stacking-sats-kraken/blob/master/README.md)
## What's new in Version 1.7.0 of RaspiBlitz?

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.1.1
sudo -u btcrpcexplorer git reset --hard v3.2.0
sudo -u btcrpcexplorer npm install
if ! [ $? -eq 0 ]; then
echo "FAIL - npm install did not run correctly, aborting"