fix prompt

This commit is contained in:
uubulb 2024-11-30 14:10:16 +08:00
parent 7132b6d671
commit a48d2e753c
3 changed files with 0 additions and 3 deletions

View File

@ -275,7 +275,6 @@ install() {
;;
[nN][oO] | [nN])
echo "继续安装"
exit 0
;;
*)
echo "退出安装"

View File

@ -275,7 +275,6 @@ install() {
;;
[nN][oO] | [nN])
echo "Continue"
exit 0
;;
*)
echo "Exit the installation"

View File

@ -275,7 +275,6 @@ install() {
;;
[nN][oO] | [nN])
echo _("Continue")
exit 0
;;
*)
echo _("Exit the installation")