mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 05:43:12 -07:00
add driver directory for Debian 9 using 'nvidia-current' driver
This commit is contained in:
parent
2bbb5f46df
commit
2b17f8b9cb
1 changed files with 2 additions and 1 deletions
3
patch.sh
3
patch.sh
|
@ -106,7 +106,8 @@ object="${object_list[$driver_version]}"
|
|||
|
||||
declare -a driver_locations=(
|
||||
'/usr/lib/x86_64-linux-gnu'
|
||||
'/usr/lib64'
|
||||
'/usr/lib/x86_64-linux-gnu/nvidia/current/'
|
||||
'/usr/lib64'
|
||||
"/usr/lib/nvidia-${driver_version%%.*}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue