From 940382fb97747d5547965713c60f58c0b41335be Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 28 Aug 2019 10:08:51 +0000 Subject: [PATCH] neofetch: Fix GPU parsing. Closes #1306 --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 57c0ef3c..ee6cc8fd 100755 --- a/neofetch +++ b/neofetch @@ -2198,6 +2198,8 @@ get_gpu() { *"virtualbox"*) gpu="VirtualBox Graphics Adapter" ;; + + *) continue ;; esac if [[ "$gpu_brand" == "off" ]]; then