diff options
-rwxr-xr-x | config/chroot_local-hooks/xx-sources.list | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/xx-sources.list b/config/chroot_local-hooks/xx-sources.list index caf7cd6..7570a9a 100755 --- a/config/chroot_local-hooks/xx-sources.list +++ b/config/chroot_local-hooks/xx-sources.list @@ -23,6 +23,15 @@ case "${LB_DISTRIBUTION}" in stretch|buster|bullseye) exit ;; esac +# Provide LB_DISTRIBUTION-updates Repo +# Fix as lb build with updates + +cat <<EOF >>/etc/apt/sources.list +# Debian trixie-updates +deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian ${LB_DISTRIBUTION}-updates main contrib non-free non-free-firmware +deb-src [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian ${LB_DISTRIBUTION}-updates main contrib non-free non-free-firmware +EOF + # add signed-by to sources.list # TODO dep822 # TODO wine |