refactor: 将脚本下载链接中的分支从 main 更新为 2026
This commit is contained in:
4
1.sh
4
1.sh
@@ -3,8 +3,8 @@
|
||||
# ...
|
||||
#
|
||||
# 使用方法:
|
||||
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/main/1.sh"; curl -fsSL "$URL" | bash
|
||||
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/main/1.sh"; wget -q -O - "$URL" | bash
|
||||
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/2026/1.sh"; curl -fsSL "$URL" | bash
|
||||
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/2026/1.sh"; wget -q -O - "$URL" | bash
|
||||
|
||||
set -e # 遇到错误即退出
|
||||
trap 'echo "Error on line $LINENO"' ERR
|
||||
|
||||
Reference in New Issue
Block a user