90-enable-repo: use ftp.altlinux.org as default mirror

Yandex mirror can lag behind at times:
http://mirmon.altlinux.org/sisyphus.html#ru

...and we've got 1GbE there now, not that bad
compared to 100Mbps back then...

NB: yandex traffic might be billed as "local"
    in many regions, this should be revisited.
This commit is contained in:
Anton Midyukov 2018-12-30 23:21:19 +07:00 committed by Michael Shigorin
parent e1974cf1cb
commit 1b457a5d85

View File

@ -1,7 +1,7 @@
#!/bin/sh
# enable online repos if possible, just quit if anything's wrong
repo_source='/etc/apt/sources.list.d/yandex.list'
repo_source='/etc/apt/sources.list.d/alt.list'
[ -s "$repo_source" ] || exit 0