Skip to content

Commit 56b676c

Browse files
authored
Update system_tools.sh
1 parent 8bd88ca commit 56b676c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system_tools.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ NC='\033[0m' # No Color 取消颜色
1717
# 需要被快捷键执行的脚本路径
1818
SCRIPT_PATH="/usr/local/bin/s"
1919
SOURCE_SCRIPT="/root/system_tools.sh"
20-
REMOTE_SCRIPT_URL="https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh"
21-
CHANGE_LOG_URL="https://raw.githubusercontent.com/scarsong/system_tools/main/Change_log.md"
22-
CHANGE_LOG_ZH_CN_URL="https://raw.githubusercontent.com/scarsong/system_tools/main/Change_log_zh-cn.md"
20+
REMOTE_SCRIPT_URL="https://raw.githubusercontent.com/iptsh/system_tools/main/system_tools.sh"
21+
CHANGE_LOG_URL="https://raw.githubusercontent.com/iptsh/system_tools/main/Change_log.md"
22+
CHANGE_LOG_ZH_CN_URL="https://raw.githubusercontent.com/iptsh/system_tools/main/Change_log_zh-cn.md"
2323

2424
# Check if the shortcut file 's' exists and if its content matches the expected script path
2525
# 判断是否存在快捷文件s,并检查内容是否一致

0 commit comments

Comments
 (0)