File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
$script = <<SCRIPT
5
5
echo "cd /vagrant" >> /home/vagrant/.bashrc
6
+ export DEBIAN_FRONTEND=noninteractive
6
7
dpkg -i --force-all /vagrant/pkg/socat_1.7.3.1-1_amd64.deb
7
8
dpkg -i --force-all /vagrant/pkg/geoip-database-extra_20160408-1_all.deb
8
9
dpkg -i --force-all /vagrant/pkg/javascript-common_11_all.deb
@@ -22,8 +23,6 @@ dpkg -i --force-all /vagrant/pkg/libwireshark-data_2.2.6+g32dac6a-2ubuntu0.16.04
22
23
dpkg -i --force-all /vagrant/pkg/libwireshark8_2.2.6+g32dac6a-2ubuntu0.16.04_amd64.deb
23
24
dpkg -i --force-all /vagrant/pkg/wireshark-common_2.2.6+g32dac6a-2ubuntu0.16.04_amd64.deb
24
25
dpkg -i --force-all /vagrant/pkg/tshark_2.2.6+g32dac6a-2ubuntu0.16.04_amd64.deb
25
- # To work around a VirtualBox bug causing the networking to be broken when the VM starts.
26
- systemctl restart networking
27
26
SCRIPT
28
27
29
28
Vagrant . configure ( 2 ) do |config |
You can’t perform that action at this time.
0 commit comments