diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-02-09 16:12:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-02-09 16:13:03 +0000 |
commit | 82d94dd86863f0f479c704245cccbc5a7775dc2c (patch) | |
tree | 9b3799e0ada0bcb824cc547428eca19095bdc150 /share/scripts/debconf.d/0003-debconf | |
parent | Expanding host-setup documentation about ipv4/ipv6 dual-stack bridge configur... (diff) | |
download | compute-tools-82d94dd86863f0f479c704245cccbc5a7775dc2c.tar.xz compute-tools-82d94dd86863f0f479c704245cccbc5a7775dc2c.zip |
Switching redirector address for progress-linux.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index dc2db47..f0fb553 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -308,7 +308,7 @@ Mirror () ;; progress-linux) - db_set container/mirror https://cdn.deb.progress-linux.org/packages + db_set container/mirror https://deb.progress-linux.org/packages db_fset container/mirror seen false ;; esac @@ -328,7 +328,7 @@ Mirror () ;; progress-linux) - MIRROR="https://cdn.deb.progress-linux.org/packages" + MIRROR="https://deb.progress-linux.org/packages" ;; esac fi |