From 58074c88b019948f6f80828e0e3632c22506cb48 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 11 Jan 2025 19:40:42 +0100 Subject: [PATCH] adapt sources --- build_sdcard.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 846b21ba3..57b8152c5 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -12,12 +12,9 @@ # debian sources REQUIRED_SOURCES=( - "deb http://deb.debian.org/debian bookworm main contrib non-free" - "deb-src http://deb.debian.org/debian bookworm main contrib non-free" - "deb http://security.debian.org/debian-security bookworm-security main contrib non-free" - "deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free" - "deb http://deb.debian.org/debian bookworm-updates main contrib non-free" - "deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free" + "deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware" + "deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware" + "deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware" ) # set locale to en_US.UTF-8 on system & activate for this script