From e612709f4d67122be3a683b2bd5a9c0a12474c14 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 13 Mar 2020 12:10:17 -0700 Subject: [PATCH] Whitespace formatting --- Vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 53deca6..3e468c1 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -12,7 +12,7 @@ apt_install_prerequisites() { add-apt-repository -y ppa:apt-fast/stable # Add repository for yq add-apt-repository -y ppa:rmescandon/yq -  # Add repository for suricata + # Add repository for suricata add-apt-repository -y ppa:oisf/suricata-stable # Install prerequisites and useful tools echo "[$(date +%H:%M:%S)]: Running apt-get clean..."