Skip to content

Commit

Permalink
Use backport of cgi-mapserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 2, 2024
1 parent b755d11 commit 794cc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/apt/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
archive_suites = %w[main updates backports security]
archive_components = %w[main contrib non-free non-free-firmware]
backport_packages = case node[:lsb][:codename]
when "bookworm" then %W[amd64-microcode exim4 firmware-free firmware-nonfree intel-microcode libosmium linux-signed-#{dpkg_arch} osm2pgsql otrs2 pyosmium smartmontools systemd]
when "bookworm" then %W[amd64-microcode exim4 firmware-free firmware-nonfree intel-microcode libosmium linux-signed-#{dpkg_arch} osm2pgsql otrs2 pyosmium smartmontools systemd cgi-mapserver]
else %W[]
end
elsif intel?
Expand Down

0 comments on commit 794cc95

Please sign in to comment.