mirror of
https://github.com/smxi/inxi.git
synced 2025-02-01 02:22:17 +00:00
tweak
This commit is contained in:
parent
f0961d3f4e
commit
1ebd24b2ff
2
inxi
2
inxi
|
@ -3098,7 +3098,7 @@ get_repo_data()
|
||||||
{
|
{
|
||||||
if [[ -f /etc/apt/sources.list ]];then
|
if [[ -f /etc/apt/sources.list ]];then
|
||||||
REPO_DATA="$( grep -Esv '(^$|^[[:space:]]*#)' /etc/apt/sources.list /etc/apt/sources.list.d/*.list )"
|
REPO_DATA="$( grep -Esv '(^$|^[[:space:]]*#)' /etc/apt/sources.list /etc/apt/sources.list.d/*.list )"
|
||||||
REPO_FILE_ID='apt-sources'
|
REPO_FILE_ID='apt sources'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue