Update to 16.2

This commit is contained in:
Shannon Appelcline 2018-08-07 14:50:19 -07:00 committed by GitHub
parent cd864b668d
commit e70f501d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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