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..."