Merge pull request #461 from dylanaraps/gpu_fix
GPU: Fix wrong AMD GPU detected
This commit is contained in:
commit
5890e965b5
1 changed files with 0 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -946,7 +946,6 @@ get_gpu() {
|
||||||
gpu="${gpu/'[AMD]' }"
|
gpu="${gpu/'[AMD]' }"
|
||||||
gpu="${gpu/*\[}"
|
gpu="${gpu/*\[}"
|
||||||
gpu="${gpu/\]*}"
|
gpu="${gpu/\]*}"
|
||||||
gpu="${gpu/\/*}"
|
|
||||||
gpu="AMD $gpu"
|
gpu="AMD $gpu"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue