From b1ffe93b14cbe46268edc4e674146b151bd774ac Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Mon, 30 Apr 2018 20:35:21 -0700 Subject: [PATCH] install_comm_tools no longer needs a2cBinaryURL --- scripts/install_comm_tools | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install_comm_tools b/scripts/install_comm_tools index 0485639..5820f73 100755 --- a/scripts/install_comm_tools +++ b/scripts/install_comm_tools @@ -8,8 +8,6 @@ # scripts themselves. Software used or installed by these scripts is subject # to other licenses. This work is published from the United States. -a2cBinaryURL="http://blocksfree.com/downloads" - # Find the path of our source directory a2cSource="$( dirname "${BASH_SOURCE[0]}" )/.." pushd $a2cSource >/dev/null