From 77d35cae874e4a13949f3ca5ee96b3c54d590e80 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Tue, 23 Jan 2024 10:31:16 +0700 Subject: [PATCH] Add non-free-firmware for Kali References: - https://www.kali.org/blog/non-free-firmware-transition/ - http://http.kali.org/dists/kali-rolling/non-free-firmware/ --- repos.d/deb/kali.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos.d/deb/kali.yaml b/repos.d/deb/kali.yaml index 6c6c60eb0..5407d6d39 100644 --- a/repos.d/deb/kali.yaml +++ b/repos.d/deb/kali.yaml @@ -13,7 +13,7 @@ color: '32638f' minpackages: 27000 sources: - - name: [ contrib, main, non-free ] + - name: [ contrib, main, non-free, non-free-firmware ] fetcher: class: FileFetcher url: 'https://http.kali.org/kali/dists/kali-rolling/{source}/source/Sources.gz' @@ -37,7 +37,7 @@ color: '32638f' minpackages: 50 sources: - - name: [ contrib, main, non-free ] + - name: [ contrib, main, non-free, non-free-firmware ] fetcher: class: FileFetcher url: 'https://http.kali.org/kali/dists/kali-bleeding-edge/{source}/source/Sources.gz'