rescue: Fixed enabled repo for apt-repo-branch

Repositories are signed with different keys. In addition, they may
not have a signature.
This commit is contained in:
Anton Midyukov 2020-03-02 23:56:36 +07:00
parent 6a92964f50
commit b3c6f2ebad

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# enable online repository even more unconditionally # 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