From b30653cfa451fd648ab0373e0ece2d0db4cded40 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 16 Jun 2018 21:33:35 -0700 Subject: [PATCH] Update build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7754755..eca5b45 100755 --- a/build.sh +++ b/build.sh @@ -373,6 +373,7 @@ choose_md5_tool() { # Downloads pre-built Packer boxes from detectionlab.network to save time during CI builds download_boxes() { + choose_md5_tool if [ "$PROVIDER" == "virtualbox" ]; then wget "https://www.detectionlab.network/windows_2016_virtualbox.box" -O "$DL_DIR"/Boxes/windows_2016_virtualbox.box wget "https://www.detectionlab.network/windows_10_virtualbox.box" -O "$DL_DIR"/Boxes/windows_10_virtualbox.box