mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
one more amd fallback case added
This commit is contained in:
parent
3f5dbc48fb
commit
b2d136761a
1 changed files with 1 additions and 0 deletions
1
inxi
1
inxi
|
@ -4396,6 +4396,7 @@ get_cpu_architecture()
|
||||||
10)
|
10)
|
||||||
case $3 in
|
case $3 in
|
||||||
2|4|5|6|8|9|A)arch='K10';;
|
2|4|5|6|8|9|A)arch='K10';;
|
||||||
|
*)arch='K10';;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
11)
|
11)
|
||||||
|
|
Loading…
Add table
Reference in a new issue