Skip to content

Commit

Permalink
Update mempool installation script to use v1.0.1 (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Oct 20, 2020
1 parent 4fa2f55 commit 8a05cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.admin/config.scripts/bonus.mempool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .."
Expand Down

0 comments on commit 8a05cbd

Please sign in to comment.