From 957701b53222edcfa14837804ec9871a4869558e Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:09:37 +0800 Subject: [PATCH] Update t.sh --- old/t.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/old/t.sh b/old/t.sh index 41932ae..7d738a4 100644 --- a/old/t.sh +++ b/old/t.sh @@ -266,14 +266,11 @@ install(){ # 传参选项 OPTION [[ $1 != '[option]' ]] && OPTION=$(tr '[:upper:]' '[:lower:]' <<< "$1") -# 主程序运行 statistics_of_run-times -select_language -check_operating_system case "$OPTION" in -e ) L=E; install;; -c ) L=C; install;; +e ) L=E; check_operating_system; install;; +c ) L=C; check_operating_system; install;; u ) uninstall;; v ) ver;; n ) net;;