Merge pull request #461 from dylanaraps/gpu_fix

GPU: Fix wrong AMD GPU detected
master
Dylan Araps 9 years ago committed by GitHub
commit 5890e965b5
  1. 1
      neofetch

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

Loading…
Cancel
Save