updating version to 0.15.1

This commit is contained in:
Bruno Volpato 2017-12-12 14:08:12 -08:00
parent 61f36dacac
commit 461e1b5e75

View File

@ -23,7 +23,7 @@
# CURRENT BITCOIN RELEASE:
# Change as necessary
export BITCOIN=bitcoin-core-0.14.2
export BITCOIN=bitcoin-core-0.15.1
# Set the variable $IPADDR to the IP address the new Linode receives.
IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')