mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
(change version, by the way)
cleaned up wording for arch repos
This commit is contained in:
parent
5264341430
commit
c364b89f48
2
inxi
2
inxi
|
@ -3260,7 +3260,7 @@ $repo_data_working"
|
|||
# note that pacman/arch mirrorlist file has all the mirrors on it, so it
|
||||
# won't work for this feature, the output would be largely meaningless, and far too long
|
||||
elif [[ -f $pacman_conf ]];then
|
||||
REPO_FILE_ID='arch repos'
|
||||
REPO_FILE_ID='arch repo servers'
|
||||
# get list of mirror include files, trim white space off ends
|
||||
repo_data_working="$( grep -Ei '^Include' $pacman_conf | grep -vi 'IncludePath' | cut -d '=' -f 2 | sed 's|^[[:space:]]$||g' )"
|
||||
repo_data_working=$( sort -bu <<< "$repo_data_working" | uniq )
|
||||
|
|
Loading…
Reference in a new issue