mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 23:29:11 +00:00
fixed output a little, now strips out (686) and (x86_64) as well.
New tarball, no version number change since it's just a cosmetic change
This commit is contained in:
parent
c0f2247d7e
commit
ac174c5b94
1 changed files with 2 additions and 0 deletions
2
inxi
2
inxi
|
@ -3849,6 +3849,8 @@ get_lsb_os_release_data()
|
|||
}
|
||||
|
||||
}
|
||||
# opensuse has the x86 string in names, not needed as redundant
|
||||
sub(/ *\(x86_64\)| *\(686\)/, "", distroName)
|
||||
print distroName
|
||||
}
|
||||
' $FILE_OS_RELEASE )
|
||||
|
|
Loading…
Add table
Reference in a new issue