From 150e4c19df838b9ffbccd3ee43381ed0ddc6bc34 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 06:51:43 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/debian-chroot | 2 +- web/update | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/debian-chroot b/bin/debian-chroot index 22e4d4c..f36a29e 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -172,7 +172,7 @@ EOF Chroot apt dist-upgrade --yes Chroot apt install --yes \ - build-essential debhelper fakeroot + build-essential debhelper fakeroot eatmydata Chroot apt install --yes \ gnupg sudo wget diff --git a/web/update b/web/update index 40b06e8..e53b14a 100755 --- a/web/update +++ b/web/update @@ -33,13 +33,15 @@ case "${MODE}" in fuchur) UPSTREAM_DISTRIBUTIONS="bullseye bullseye-updates bullseye-proposed-updates" DOWNSTREAM_DISTRIBUTION="fuchur" + DOWNSTREAM_DISTRIBUTIONS="fuchur fuchur-security fuchur-updates" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" DOWNSTREAM_TAG="progress" ;; fuchur-backports) - UPSTREAM_DISTRIBUTIONS="bookworm" + UPSTREAM_DISTRIBUTIONS="bookworm bookworm-updates bookworm-proposed-updates" DOWNSTREAM_DISTRIBUTION="fuchur-backports" + DOWNSTREAM_DISTRIBUTIONS="fuchur-backports" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" DOWNSTREAM_TAG="progress" ;; -- cgit v1.2.3