mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
removed legacy comments
This commit is contained in:
parent
a153f1d3d0
commit
19191c50e8
2
inxi
2
inxi
|
@ -3257,8 +3257,6 @@ $repo_data_working"
|
||||||
done <<< "$REPO_DATA"
|
done <<< "$REPO_DATA"
|
||||||
# echo and execute the line breaks inserted
|
# echo and execute the line breaks inserted
|
||||||
REPO_DATA="$( echo -e $repo_data_working )"
|
REPO_DATA="$( echo -e $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
|
elif [[ -f $pacman_conf ]];then
|
||||||
REPO_FILE_ID='arch repo servers'
|
REPO_FILE_ID='arch repo servers'
|
||||||
# get list of mirror include files, trim white space off ends
|
# get list of mirror include files, trim white space off ends
|
||||||
|
|
Loading…
Reference in a new issue