From b543d65f1670f7a508983a62eb9221246aa4ba3e Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Mon, 13 Jan 2025 18:56:05 -0500 Subject: [PATCH] Install wine on dev server to run windows-only utils --- cookbooks/dev/recipes/default.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 30a084dc2..e29b008cf 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -148,6 +148,12 @@ package %w[ unrar unzip whois +<<<<<<< HEAD +======= + # Unavailable on debian 12 + #wine32 + wine +>>>>>>> d9d12032 (Install wine on dev server to run windows-only utils) xxd zip zlib1g-dev -- 2.39.5