GPU: Fix wrong AMD GPU detected

master
Dylan Araps 9 years ago
parent 206b961ef3
commit e5aaeee653
  1. 1
      neofetch

@ -932,7 +932,6 @@ get_gpu() {
gpu="${gpu/'[AMD]' }"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="${gpu/\/*}"
gpu="AMD $gpu"
;;

Loading…
Cancel
Save