From 24008e5494f9aa52474fd9492bbe8a189a8dfb00 Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Fri, 13 Jan 2017 14:05:36 +0900 Subject: Update setup.sh --- setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 7077cd3..b4ea5b2 100755 --- a/setup.sh +++ b/setup.sh @@ -2,10 +2,11 @@ sudo apt-get update sudo apt-get -qqy build-dep vagrant ruby-libvirt -sudo apt-get -qqy install qemu-system-x86 libvirt-bin ebtables dnsmasq +sudo apt-get -qqy install qemu-system-x86 qemu-utils libvirt-bin ebtables dnsmasq sudo apt-get -qqy install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev sudo adduser $USER libvirtd wget https://releases.hashicorp.com/vagrant/1.8.7/vagrant_1.8.7_x86_64.deb && sudo dpkg -i vagrant_1.8.7_x86_64.deb vagrant plugin install vagrant-vyos -vagrant plugin install vagrant-libvirt +vagrant plugin install vagrant-libvirt --plugin-version 0.0.35 # to avoid https://github.com/vagrant-libvirt/vagrant-libvirt/issues/669 +sudo gem install bundler bundle install -- cgit v1.2.3