From efd48587c38e53a832e6cb9abd142a865778c1d2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Apr 2017 09:09:36 +1000 Subject: [PATCH] GPU: Revert unique filter --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 53ba7c5b..b85745f3 100755 --- a/neofetch +++ b/neofetch @@ -1071,7 +1071,7 @@ get_gpu() { "Linux") # Read GPUs into array. IFS=$'\n' - gpus=($(lspci -mm | awk -F '\\"|\\" \\"|\(' '/"Display|"3D|"VGA/ {print $3 " " $4}' | sort -u)) + gpus=($(lspci -mm | awk -F '\\"|\\" \\"' '/"Display|"3D|"VGA/ {print $3 " " $4}')) IFS="$old_ifs" # Number the GPUs if more than one exists.