diff --git a/fetch b/fetch index dd27e847..9e284bff 100755 --- a/fetch +++ b/fetch @@ -863,7 +863,7 @@ getgpu () { case "$os" in "Linux") # Get the GPUs - gpu="$(PATH="/usr/sbin:$PATH" lspci | grep -F "VGA")" + gpu="$(PATH="/sbin:$PATH" lspci | grep -F "VGA")" gpu=${gpu//??':'??'.'?} # Count the number of GPUs