You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-all/system/nvidia-utils-tkg.install

15 lines
401 B
Plaintext

post_upgrade() {
echo ":: If CUDA is unavailable, run 'nvidia-modprobe'."
echo ""
echo -e "\e[31m###########################################################\e[0m"
echo ""
echo -e "\e[31m It is recommended to run mkinitcpio -P after installation\e[0m"
echo ""
echo -e "\e[31m###########################################################\e[0m"
echo ""
}
post_install() {
post_upgrade
}