Skip to content

Commit

Permalink
Imagemagick for HC3 workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dgi authored and Andrew Woods committed Sep 15, 2015
1 parent 82d1da5 commit fc19d18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -29,5 +29,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell", path: "./install_scripts/fuseki.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/karaf.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/fedora_camel_toolbox.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/imagemagick.sh"

end
7 changes: 7 additions & 0 deletions install_scripts/imagemagick.sh
@@ -0,0 +1,7 @@
##############
# Imagemagick
##############

echo "Installing Imagemagick"

apt-get -y install imagemagick

0 comments on commit fc19d18

Please sign in to comment.