mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 05:43:12 -07:00
fix spacing
This commit is contained in:
parent
2b17f8b9cb
commit
51e88e1ae2
1 changed files with 3 additions and 3 deletions
6
patch.sh
6
patch.sh
|
@ -105,10 +105,10 @@ patch="${patch_list[$driver_version]}"
|
|||
object="${object_list[$driver_version]}"
|
||||
|
||||
declare -a driver_locations=(
|
||||
'/usr/lib/x86_64-linux-gnu'
|
||||
'/usr/lib/x86_64-linux-gnu/nvidia/current/'
|
||||
'/usr/lib/x86_64-linux-gnu'
|
||||
'/usr/lib/x86_64-linux-gnu/nvidia/current/'
|
||||
'/usr/lib64'
|
||||
"/usr/lib/nvidia-${driver_version%%.*}"
|
||||
"/usr/lib/nvidia-${driver_version%%.*}"
|
||||
)
|
||||
|
||||
dir_found=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue