core/nvidia-390xx-utils/nvidia-390xx-utils.install
2018-05-25 23:36:32 +01:00

8 lines
145 B
Plaintext

post_upgrade() {
echo "If you run into trouble with CUDA not being available, run nvidia-modprobe first."
}
post_install() {
post_upgrade
}