We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7cfdc2 + b57637c commit 475dca5Copy full SHA for 475dca5
1 file changed
scripts/scripts-library.sh
@@ -260,7 +260,7 @@ function log_instance_info {
260
}
261
262
function get_repos_info {
263
- for i in /etc/apt/sources.list /etc/apt/sources.list.d/* /etc/yum.conf /etc/yum.repos.d/* /etc/zypp/repos.d/*; do
+ for i in /etc/apt/sources.list /etc/apt/sources.list.d/* /etc/dnf/dnf.conf /etc/yum.repos.d/*; do
264
if [ -f "${i}" ]; then
265
echo -e "\n$i"
266
cat $i
0 commit comments