Skip to content

Commit 91b1df3

Browse files
committed
apt: add debian non-free-firmware repo
1 parent 33fac7e commit 91b1df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/apt/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
archive_distro = "debian"
5050
archive_security_distro = "debian-security"
5151
archive_suites = %w[main updates security]
52-
archive_components = %w[main contrib non-free]
52+
archive_components = %w[main contrib non-free non-free-firmware]
5353
elsif intel?
5454
archive_host = if node[:country]
5555
"#{node[:country]}.archive.ubuntu.com"

0 commit comments

Comments
 (0)