Skip to content

Commit 4b7e0a1

Browse files
committed
Update webdriver de-selection
1 parent f6a5039 commit 4b7e0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purge-wrangler.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,10 +631,10 @@ remove_web_drivers() {
631631
if [[ "${INPUT}" == "Y" ]]
632632
then
633633
echo -e "\n${BOLD}Uninstalling drivers...${NORMAL}"
634+
nvram -d nvda_drv
634635
WEBDRIVER_UNINSTALLER="/Library/PreferencePanes/NVIDIA Driver Manager.prefPane/Contents/MacOS/NVIDIA Web Driver Uninstaller.app/Contents/Resources/NVUninstall.pkg"
635636
[[ ! -s "${WEBDRIVER_UNINSTALLER}" ]] && echo -e "Could not find NVIDIA uninstaller.\n" && return
636637
installer -target "/" -pkg "${WEBDRIVER_UNINSTALLER}" 2>&1 1>/dev/null
637-
nvram -d nvda_drv
638638
echo -e "Drivers uninstalled.\nIf in ${BOLD}Single User Mode${NORMAL}, only driver selection changed.\n" && return
639639
fi
640640
[[ "${INPUT}" == "N" ]] && echo && return

0 commit comments

Comments
 (0)