summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/progress-linux.config')
-rwxr-xr-xdebian/progress-linux.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/progress-linux.config b/debian/progress-linux.config
index e95dd96..a3e55e3 100755
--- a/debian/progress-linux.config
+++ b/debian/progress-linux.config
@@ -25,6 +25,11 @@ Run_debconf ()
db_settitle ${PROJECT}/title
db_input high ${PROJECT}/archive-areas || true
db_go
+
+ # apt mirror
+ db_settitle ${PROJECT}/title
+ db_input high ${PROJECT}/mirror || true
+ db_go
fi
}