瀏覽代碼

neofetch: Fix GPU parsing. Closes #1306

Dylan Araps 6 年之前
父節點
當前提交
940382fb97
共有 1 個文件被更改,包括 2 次插入0 次删除
  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