- Joined
- Feb 4, 2018
- Messages
- 47
- Motherboard
- GA-B150N Phoenix-WIFI
- CPU
- i7 6700
- Graphics
- EVGA GTX 1070 SC
- Mac
- Mobile Phone
Given the recent issues with official nVidia web driver releases (namely 387.10.10.10.25.156 and 387.10.10.10.25.157), I decided to put together a dead simple one-stop solution for updating to the latest reliable nVidia web drivers.
It's called nvidia-update and hopefully makes life easier for you guys.
https://github.com/Benjamin-Dobell/nvidia-update
The script is open-source (MIT licensed) and pull requests are welcome.
It does the following:
Execution
Simply paste the following line in a terminal:
bash <(curl -s https://raw.githubusercontent.com/Benjamin-Dobell/nvidia-update/master/nvidia-update.sh)
You can of course download/save the script to your computer if you prefer to, doing so gives you access to a couple of advanced options, but for normal use they're not required.
Clover / Boot Configuration
The script doesn't mess with any boot behaviour on your system, and Clover setup is left up to you. You'll likely want the following kernel extensions installed in your EFI Clover kext directory:
It's called nvidia-update and hopefully makes life easier for you guys.
https://github.com/Benjamin-Dobell/nvidia-update
The script is open-source (MIT licensed) and pull requests are welcome.
It does the following:
- Checks for official driver updates for your version of macOS.
- Cross-references against a list of blacklisted drivers, that it'll avoid installing (by default).
- Properly uninstalls old drivers.
- Downloads and installs the latest non-blacklisted drivers.
- On-the-fly patches driver packages so they can be installed on your version of macOS (if necessary).
- Patches drivers that you've already installed, if they no longer match your macOS version i.e. post macOS update.
Execution
Simply paste the following line in a terminal:
bash <(curl -s https://raw.githubusercontent.com/Benjamin-Dobell/nvidia-update/master/nvidia-update.sh)
You can of course download/save the script to your computer if you prefer to, doing so gives you access to a couple of advanced options, but for normal use they're not required.
Clover / Boot Configuration
The script doesn't mess with any boot behaviour on your system, and Clover setup is left up to you. You'll likely want the following kernel extensions installed in your EFI Clover kext directory:
- Lilu - https://github.com/vit9696/Lilu
- WhateverGreen - https://github.com/acidanthera/WhateverGreen
Last edited: