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