Browse Source

neofetch: Fix GPU parsing. Closes #1306

Dylan Araps 6 years ago
parent
commit
940382fb97
1 changed files with 2 additions and 0 deletions
  1. 2 0
      neofetch

+ 2 - 0
neofetch

@@ -2198,6 +2198,8 @@ get_gpu() {
                     *"virtualbox"*)
                         gpu="VirtualBox Graphics Adapter"
                     ;;
+
+                    *) continue ;;
                 esac
 
                 if [[ "$gpu_brand" == "off" ]]; then