Commit 9fc3bba9 authored by Michael Yang's avatar Michael Yang
Browse files

do no unload nouveau driver

parent 7774ed4a
......@@ -227,12 +227,12 @@ if ! lsmod | grep -q nvidia; then
fi
if lsmod | grep -q nouveau; then
status "Removing nouveau..."
$SUDO rmmod nouveau
status 'Reboot to complete NVIDIA CUDA driver install.'
exit 0
fi
$SUDO modprobe nvidia
fi
status "NVIDIA GPU installed."
status "NVIDIA CUDA drivers installed."
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment