nvidia-merged/nvidia-utils.install
Lily Tsuru 7108916b9e initial working tree
a bit messy, but it works without me having to play around with it now.
2024-09-29 22:10:55 -04:00

10 lines
328 B
Plaintext

post_upgrade() {
echo "If you run into trouble with CUDA not being available, run nvidia-modprobe first."
echo "If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service"
}
# For the latter nore, see also https://gitlab.gnome.org/GNOME/gdm/-/issues/784
post_install() {
post_upgrade
}