Commit 4f166e85 authored by rna's avatar rna
Browse files

Fix Wireshark installation

parent b0ed6a1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ Vagrant.configure("2") do |config|


  config.vm.provision "shell", inline: <<-SHELL
        export DEBIAN_FRONTEND=noninteractive
        apt update
        apt upgrade -y
        curl -L https://bootstrap.saltstack.com -o install_salt.sh