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

This reverts commit 1b457a5d85.
It wasn't prudent to switch everyone to master FTP server;
Yandex mirror still has an order of magnitude more bandwidth.
This commit is contained in:
Anton Midyukov 2019-06-26 23:26:02 +07:00 committed by Michael Shigorin
parent 528d55e41e
commit 11b5865dc1

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/alt.list'
repo_source='/etc/apt/sources.list.d/yandex.list'
[ -s "$repo_source" ] || exit 0