We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ce634 commit c85701aCopy full SHA for c85701a
apps/x86_64-linux/apply
@@ -120,8 +120,8 @@ confirm_details() {
120
_prompt "${YELLOW}Is this correct? yes/no: ${NC}" choice
121
122
case "$choice" in
123
- [Nn] ) _print "${RED}Exiting script.${NC}" && exit 1;;
124
- [Yy] ) _print "${GREEN}Continuing...${NC}";;
+ [Nn] | [Nn][Oo] ) _print "${RED}Exiting script.${NC}" && exit 1;;
+ [Yy] | [Yy][Ee][Ss] ) _print "${GREEN}Continuing...${NC}";;
125
* ) _print "${RED}Invalid option. Exiting script.${NC}" && exit 1;;
126
esac
127
}
0 commit comments