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:
parent
6a92964f50
commit
b3c6f2ebad
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user