From 080e9bc0b32341ce8c2d935423343dad613418a2 Mon Sep 17 00:00:00 2001 From: NewName Date: Thu, 19 Dec 2024 19:53:12 +0800 Subject: [PATCH] Update mirrors.sh --- mirrors.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mirrors.sh b/mirrors.sh index 8ed3ff1..a888c23 100644 --- a/mirrors.sh +++ b/mirrors.sh @@ -1,5 +1,4 @@ #!/bin/bash -## 脚本修改自:https://github.com/SuperManito/LinuxMirrors ## 定制方法 # 只需要在头部(此处)定义全局变量即可 @@ -281,6 +280,7 @@ function handle_command_options() { --ignore-backup-tips 忽略覆盖备份提示 无 --print-diff 打印源文件修改前后差异 无 +命令帮助\n" } ## 判断参数 @@ -600,7 +600,7 @@ function run_start() { } function run_end() { - echo -e "\n✨️ \033[1;34mPowered by 更换系统软件源\033[0m\n" + echo -e "\n✨️ \033[1;34m脚本运行完成\033[0m\n" } ## 报错退出 @@ -5699,4 +5699,4 @@ EOF ############################################################################## handle_command_options "$@" -main \ No newline at end of file +main