summaryrefslogtreecommitdiffstats
path: root/web/update
diff options
context:
space:
mode:
Diffstat (limited to 'web/update')
-rwxr-xr-xweb/update4
1 files changed, 3 insertions, 1 deletions
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"
;;