mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-06 15:10:00 +00:00
Left stray '/usr/'
This commit is contained in:
2
fetch
2
fetch
@@ -863,7 +863,7 @@ getgpu () {
|
|||||||
case "$os" in
|
case "$os" in
|
||||||
"Linux")
|
"Linux")
|
||||||
# Get the GPUs
|
# Get the GPUs
|
||||||
gpu="$(PATH="/usr/sbin:$PATH" lspci | grep -F "VGA")"
|
gpu="$(PATH="/sbin:$PATH" lspci | grep -F "VGA")"
|
||||||
gpu=${gpu//??':'??'.'?}
|
gpu=${gpu//??':'??'.'?}
|
||||||
|
|
||||||
# Count the number of GPUs
|
# Count the number of GPUs
|
||||||
|
|||||||
Reference in New Issue
Block a user