Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. sudo apt update && sudo apt upgrade -y
  2. sudo apt-add-repository -y ppa:system76-dev/stable
  3. sudo apt update && apt install system76-driver
  4. sudo apt install system76-driver-nvidia
  5. clear
  6. echo "Complete the following:"
  7. echo '"Replace: GRUB_CMDLINE_LINUX=nouveau.modeset=0"'
  8. echo 'With: GRUB_CMDLINE_LINUX=""'
  9. echo 'Hit enter when ready.'
  10. read enter
  11. sudo nano /etc/default/grub
  12. sudo update-grub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement