mirror of
https://github.com/nezhahq/scripts.git
synced 2025-07-12 13:29:32 +08:00
fix prompt (#10)
This commit is contained in:
parent
4b090dd796
commit
ba475f1e1e
@ -275,7 +275,6 @@ install() {
|
||||
;;
|
||||
[nN][oO] | [nN])
|
||||
echo "继续安装"
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "退出安装"
|
||||
|
@ -275,7 +275,6 @@ install() {
|
||||
;;
|
||||
[nN][oO] | [nN])
|
||||
echo "Continue"
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Exit the installation"
|
||||
|
@ -275,7 +275,6 @@ install() {
|
||||
;;
|
||||
[nN][oO] | [nN])
|
||||
echo _("Continue")
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo _("Exit the installation")
|
||||
|
Loading…
x
Reference in New Issue
Block a user