This commit is contained in:
abc 2025-04-22 10:28:33 +08:00
commit 2318eddff9
39 changed files with 491 additions and 115 deletions

View file

@ -400,8 +400,8 @@ EOF
"$FMT_YELLOW" "$FMT_RESET"
read -r opt
case $opt in
y*|Y*|"") ;;
n*|N*) echo "Shell change skipped."; return ;;
[Yy]*|"") ;;
[Nn]*) echo "Shell change skipped."; return ;;
*) echo "Invalid choice. Shell change skipped."; return ;;
esac