Commit 1b457a5d authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

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.
parent e1974cf1
#!/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment