Skip to content

Commit

Permalink
Minor refinements to echo msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Nov 22, 2018
1 parent f828b75 commit 7b67216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ prompt_web_driver_install() {
read -n1 -p "Install ${BOLD}NVIDIA Web Drivers${NORMAL}? [Y/N]: " INPUT
echo
[[ "${INPUT}" == "Y" ]] && USING_WEB_DRV=1 && echo && run_webdriver_installer && return
[[ "${INPUT}" == "N" ]] && echo -e "\nProceeding with ${BOLD}native macOS drivers${NORMAL}...\n" && return
[[ "${INPUT}" == "N" ]] && echo && return
echo -e "\nInvalid option." && prompt_web_driver_install
elif [[ ${NVDA_WEB_INSTALLS} == 1 ]]
then
Expand Down Expand Up @@ -1094,7 +1094,7 @@ provide_menu_selection() {
${BOLD}2.${NORMAL} NVIDIA eGPUs ${BOLD}8.${NORMAL} Sanitize
${BOLD}3.${NORMAL} Uninstall ${BOLD}9.${NORMAL} Recovery
>> ${BOLD}Additional Support${NORMAL} >> ${BOLD}More Tools${NORMAL}
>> ${BOLD}Additional Support${NORMAL} >> ${BOLD}More Options${NORMAL}
${BOLD}4.${NORMAL} Ti82 Enclosures ${BOLD}10.${NORMAL} System Reboot
${BOLD}5.${NORMAL} NVIDIA Web Drivers ${BOLD}11.${NORMAL} Script Preferences
${BOLD}6.${NORMAL} Anomaly Detection
Expand Down

0 comments on commit 7b67216

Please sign in to comment.