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