mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 删除重新定义erase
parent
038dc841d2
commit
b58d48cf07
|
@ -4,9 +4,6 @@
|
|||
# 检查系统
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
# 重新定义erase,使退格键生效
|
||||
stty erase ^H
|
||||
|
||||
echoContent() {
|
||||
case $1 in
|
||||
# 红色
|
||||
|
@ -4315,7 +4312,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v2.5.19"
|
||||
echoContent green "当前版本:v2.5.20"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue