Commit 11b5865d authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

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

This reverts commit 1b457a5d. It wasn't prudent to switch everyone to master FTP server; Yandex mirror still has an order of magnitude more bandwidth.
parent 528d55e4
#!/bin/sh
# enable online repos if possible, just quit if anything's wrong
repo_source='/etc/apt/sources.list.d/alt.list'
repo_source='/etc/apt/sources.list.d/yandex.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