fix(upgrade): 更新升级脚本中的分支链接为 2026
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
if [ -f /etc/debian_version ]; then
|
if [ -f /etc/debian_version ]; then
|
||||||
SYSTEM_TYPE="debian"
|
SYSTEM_TYPE="debian"
|
||||||
source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/main/debian/upgrade.sh)
|
source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/2026/debian/upgrade.sh)
|
||||||
elif [ -f /etc/alpine-release ]; then
|
elif [ -f /etc/alpine-release ]; then
|
||||||
SYSTEM_TYPE="alpine"
|
SYSTEM_TYPE="alpine"
|
||||||
source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/main/alpine/upgrade.sh)
|
source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/2026/alpine/upgrade.sh)
|
||||||
else
|
else
|
||||||
echo "不支持的系统类型"
|
echo "不支持的系统类型"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user