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