From 67f49507daf3b9656248ef4350a0dd4ac97100a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 11 Aug 2023 16:38:40 +0800 Subject: [PATCH] fix: update file --- ...234\254\345\215\207\347\272\247\346\224\273\347\225\245.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/\347\211\210\346\234\254\345\215\207\347\272\247\346\224\273\347\225\245.md" "b/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/\347\211\210\346\234\254\345\215\207\347\272\247\346\224\273\347\225\245.md" index ada56e8b..ae57d20b 100644 --- "a/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/\347\211\210\346\234\254\345\215\207\347\272\247\346\224\273\347\225\245.md" +++ "b/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/\347\211\210\346\234\254\345\215\207\347\272\247\346\224\273\347\225\245.md" @@ -11,7 +11,8 @@ T-One 开源版升级方式有两种。 打开shell,运行如下脚本: ```bash #! /bin/bash - +: ${tone_front:="https://gitee.com/api/v5/repos/anolis/tone-front/releases/latest"} +: ${tone_agent_front:="https://gitee.com/api/v5/repos/anolis/tone-agent-front/releases/latest"} Upgrade_stable(){ for directory in "tone-web" "tone-storage" "tone-runner" "tone-agent-proxy";do splice_path=~/tone/code/"${directory}" -- Gitee