BOLD='\033[1m' GREEN='\033[32m' RESET='\033[0m' post_install() { echo echo -e "${BOLD}Successfully installed nvidia-modprobe.service!${RESET}" echo "You should enable the service for this fix to work:" echo -e "${GREEN}sudo systemctl enable --now nvidia-modprobe.service${RESET}" echo }