5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "blacklist nouveau" > /etc/modprobe.d/nvidia.conf
|
||
|
|