Commit b3c6f2eb authored by Anton Midyukov's avatar Anton Midyukov

rescue: Fixed enabled repo for apt-repo-branch

Repositories are signed with different keys. In addition, they may not have a signature.
parent 6a92964f
#!/bin/sh
# enable online repository even more unconditionally
sed -i "s,^#\(rpm \[alt\] http.*\),\1," "/etc/apt/sources.list.d/yandex.list" || echo "** warning: unable to enable online repos" >&2
sed -i "s,^#\(rpm .* http.*\),\1," "/etc/apt/sources.list.d/yandex.list" || echo "** warning: unable to enable online repos" >&2
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