Left stray '/usr/'

This commit is contained in:
Dylan 2016-02-09 20:58:41 +11:00
parent de8ab1eeb7
commit f38da87a79
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -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