From 9e8a78736d8e79a7e40d02855ac0e59adb7fd930 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 14 Aug 2025 18:57:11 +0100 Subject: [PATCH] imagery: add aria2 package --- cookbooks/imagery/recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 7c1a1f88c..124d1be4b 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -44,10 +44,11 @@ package %w[ # Imagery processing Requirements package "imagemagick" -# Imagery misc compression +# Imagery misc utilities package %w[ xz-utils unzip + aria2 ] template "/etc/mapserver.conf" do -- 2.39.5