From 511b9bb5af753630389ca2e045d3d7193fe2bcd4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 15:27:19 +0100 Subject: [PATCH] debian-bootstrap: Install imagemagick --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1ac0f74e..80f33361 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -19,6 +19,7 @@ apt-get install -y \ build-essential \ freeglut3-dev \ git \ + imagemagick \ libadns1-dev \ libblas-dev \ libbz2-dev \