We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a5039 commit 4b7e0a1Copy full SHA for 4b7e0a1
purge-wrangler.sh
@@ -631,10 +631,10 @@ remove_web_drivers() {
631
if [[ "${INPUT}" == "Y" ]]
632
then
633
echo -e "\n${BOLD}Uninstalling drivers...${NORMAL}"
634
+ nvram -d nvda_drv
635
WEBDRIVER_UNINSTALLER="/Library/PreferencePanes/NVIDIA Driver Manager.prefPane/Contents/MacOS/NVIDIA Web Driver Uninstaller.app/Contents/Resources/NVUninstall.pkg"
636
[[ ! -s "${WEBDRIVER_UNINSTALLER}" ]] && echo -e "Could not find NVIDIA uninstaller.\n" && return
637
installer -target "/" -pkg "${WEBDRIVER_UNINSTALLER}" 2>&1 1>/dev/null
- nvram -d nvda_drv
638
echo -e "Drivers uninstalled.\nIf in ${BOLD}Single User Mode${NORMAL}, only driver selection changed.\n" && return
639
fi
640
[[ "${INPUT}" == "N" ]] && echo && return
0 commit comments