From 07c4f9fc52a904847d8524d45ecef4e85074fee2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 29 Nov 2016 21:20:55 +1100 Subject: [PATCH] GPU: Remove comment --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index bc1cdba7..8e357583 100755 --- a/neofetch +++ b/neofetch @@ -927,7 +927,6 @@ get_gpu() { if [[ -f "/tmp/neofetch/gpu" ]]; then source "/tmp/neofetch/gpu" else - # Fallback if no kernel driver is in use gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/3D|VGA/ {print $3 " " $4}')" case "$gpu" in