From 434d1d3042c2cc6399068beff1d72d4917ac9804 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 16 Feb 2014 18:14:49 +0100 Subject: Install imagemagick in vagrant vm. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant') diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 14c42f3..7395aa7 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash pacman -Suyq --noconfirm -pacman -Sq ruby gcc make sqlite3 nodejs --noconfirm +pacman -Sq ruby gcc make sqlite3 nodejs imagemagick --noconfirm echo "export GEM_HOME=`gem env gemdir`" > /etc/profile.d/rubygems.sh source /etc/profile.d/rubygems.sh gem install bundler --no-rdoc --no-ri --no-user-install -- cgit v1.2.3