as_root-install_nvidia_drivers.sh 364 B

12345678910111213
  1. #!/bin/sh
  2. echo ""
  3. echo "Please follow the following wiki for Nvidia graphics on debian:"
  4. echo " https://wiki.debian.org/NvidiaGraphicsDrivers"
  5. echo ""
  6. echo "Add \"contrib\", \"non-free\" and \"non-free-firmware\" components to \"/etc/apt/sources.list\""
  7. echo ""
  8. read -rp "Press enter to continue..."
  9. apt update
  10. apt install nvidia-driver firmware-misc-nonfree