summaryrefslogtreecommitdiffstats
path: root/web/update
diff options
context:
space:
mode:
Diffstat (limited to 'web/update')
-rwxr-xr-xweb/update4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/update b/web/update
index 895e52f..bd2c7a3 100755
--- a/web/update
+++ b/web/update
@@ -17,9 +17,9 @@ MODE="$(basename ${0} | awk -F. '{ print $2 }')"
case "${MODE}" in
engywuck)
- # FIXME
- UPSTREAM_DISTRIBUTIONS="buster buster-updates buster-proposed-updates"
+ UPSTREAM_DISTRIBUTIONS="buster buster-security buster-updates buster-proposed-updates"
DOWNSTREAM_DISTRIBUTION="engywuck"
+ DOWNSTREAM_DISTRIBUTIONS="engywuck engywuck-security engywuck-updates"
DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages"
DOWNSTREAM_TAG="progress"
;;