Update mempool installation script to use v1.0.1 (#1684)

This commit is contained in:
wiz
2020-10-20 21:21:11 +09:00
committed by rootzoll
parent 5c87285833
commit 899f8ed568

View File

@@ -118,7 +118,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
cd /home/mempool
sudo -u mempool git clone https://github.com/mempool/mempool.git
cd mempool
sudo -u mempool git reset --hard v1.0.0
sudo -u mempool git reset --hard v1.0.1
# modify an
#echo "# try to suppress question on statistics report .."