summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 565e1662..00eb8980 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -488,7 +488,7 @@ quarantimer = host "quarantimer.app" $ props
& LetsEncrypt.letsEncrypt (LetsEncrypt.AgreeTOS (Just "id@joeyh.name"))
"quarantimer.app" "/home/joey/quarantimer/static"
& Apt.installed ["screen", "git", "ghc"]
- & Apt.installed ["zlib1g-dev"]
+ & Apt.installed ["zlib1g-dev", "imagemagick"]
-- (Installing quarantimer not yet automated)