From 6037f7229a0e8a5ba62cc53c49fcf89be8d86904 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 1 Feb 2018 22:15:03 -0800 Subject: [PATCH] Removing links to gist --- ci/automated_install.sh | 3 +-- ci/automated_install_vagrant_only.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/automated_install.sh b/ci/automated_install.sh index c39d59d..09cd190 100644 --- a/ci/automated_install.sh +++ b/ci/automated_install.sh @@ -49,8 +49,7 @@ done cd /opt/DetectionLab/Vagrant sed -i 's/vb.gui = true/vb.gui = false/g' Vagrantfile -# Download the build script from Github -wget https://gist.githubusercontent.com/clong/4d0865cf022f0fbc63caf900d91852fa/raw/479d6dbb18fdfc2e5d610613683752da3d4140fa/build.sh -O /opt/DetectionLab/build.sh ## Change this once we move to the actual DL repo. +# Ensure the script is executable chmod +x /opt/DetectionLab/build.sh cd /opt/DetectionLab diff --git a/ci/automated_install_vagrant_only.sh b/ci/automated_install_vagrant_only.sh index 99f9ebf..112c81c 100644 --- a/ci/automated_install_vagrant_only.sh +++ b/ci/automated_install_vagrant_only.sh @@ -36,8 +36,7 @@ git clone https://github.com/clong/DetectionLab.git cd /opt/DetectionLab/Vagrant sed -i 's/vb.gui = true/vb.gui = false/g' Vagrantfile -# Download the build script from Github -wget https://gist.githubusercontent.com/clong/5ee211b8533f7d33eaa31d6b83231d5e/raw/08fc4a3e8cc806c5f6278226607e4a36aa7e03fc/build_vagrant_only.sh -O /opt/DetectionLab/build_vagrant_only.sh # Change to repo path once we go to prod +# Ensure the script is executable chmod +x /opt/DetectionLab/build_vagrant_only.sh cd /opt/DetectionLab