fix prompt (#10)

This commit is contained in:
UUBulb 2024-11-30 14:11:52 +08:00 committed by GitHub
parent 4b090dd796
commit ba475f1e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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")