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 ...@@ -227,12 +227,12 @@ if ! lsmod | grep -q nvidia; then
fi fi
if lsmod | grep -q nouveau; then if lsmod | grep -q nouveau; then
status "Removing nouveau..." status 'Reboot to complete NVIDIA CUDA driver install.'
$SUDO rmmod nouveau exit 0
fi fi
$SUDO modprobe nvidia $SUDO modprobe nvidia
fi 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