From: Tom Hughes Date: Sun, 19 Jan 2020 15:51:26 +0000 (+0000) Subject: Require unzip for unpacking theme X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0b21fadb91581e6e2123474933237b0ca2daf256?ds=inline Require unzip for unpacking theme --- diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index e75e5a321..682a2bfa2 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -28,6 +28,7 @@ package %w[ php-mysql php-xml php-apcu + unzip ] apache_module "php7.2"