mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-10 03:58:20 +00:00
change tabs -> 4 spaces
This commit is contained in:
parent
51e88e1ae2
commit
8a1409cdd9
8
patch.sh
8
patch.sh
@ -105,10 +105,10 @@ patch="${patch_list[$driver_version]}"
|
|||||||
object="${object_list[$driver_version]}"
|
object="${object_list[$driver_version]}"
|
||||||
|
|
||||||
declare -a driver_locations=(
|
declare -a driver_locations=(
|
||||||
'/usr/lib/x86_64-linux-gnu'
|
'/usr/lib/x86_64-linux-gnu'
|
||||||
'/usr/lib/x86_64-linux-gnu/nvidia/current/'
|
'/usr/lib/x86_64-linux-gnu/nvidia/current/'
|
||||||
'/usr/lib64'
|
'/usr/lib64'
|
||||||
"/usr/lib/nvidia-${driver_version%%.*}"
|
"/usr/lib/nvidia-${driver_version%%.*}"
|
||||||
)
|
)
|
||||||
|
|
||||||
dir_found=''
|
dir_found=''
|
||||||
|
Loading…
Reference in New Issue
Block a user