neofetch: Fix GPU parsing. Closes #1306

This commit is contained in:
Dylan Araps 2019-08-28 10:08:51 +00:00
parent a476419d22
commit 940382fb97
1 changed files with 2 additions and 0 deletions

View File

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