GPU: Show 'Unknown' on unsupported OS
This commit is contained in:
parent
8bb056fa02
commit
792030d00b
1 changed files with 4 additions and 0 deletions
4
fetch
4
fetch
|
@ -749,6 +749,10 @@ getgpu () {
|
|||
gpu=${gpu//[[:space:]]/ }
|
||||
gpu=${gpu// /}
|
||||
;;
|
||||
|
||||
*)
|
||||
gpu="Unknown"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue