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:
parent
e1974cf1cb
commit
1b457a5d85
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user