rescue: use alt repo

Yandex mirror is unstable.
This commit is contained in:
Anton Midyukov 2022-09-28 18:01:05 +07:00
parent 2b4c02fabd
commit 3202c88ad1

View File

@ -1,5 +1,5 @@
#!/bin/sh
# enable online repository even more unconditionally
sed -i "s,^#\(rpm .* http.*\),\1," "/etc/apt/sources.list.d/yandex.list" ||
sed -i "s,^#\(rpm .* http.*\),\1," "/etc/apt/sources.list.d/alt.list" ||
echo "** warning: unable to enable online repos" >&2