From a2c6e8b3f99267ab262f8ca0709422eba32c8ba8 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Thu, 2 Nov 2023 12:02:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/dectl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/dectl b/installer/dectl index 2898f9976a..44096b4a14 100644 --- a/installer/dectl +++ b/installer/dectl @@ -143,7 +143,7 @@ function version() { } function upgrade() { echo - git_urls=('gitee.com' 'github.com') + git_urls=('github.com') if [[ -x "$(command -v python)" ]]; then py_cmd='python' elif [[ -x "$(command -v python3)" ]]; then @@ -170,7 +170,7 @@ function upgrade() { done if [[ "x${server_url}" == "x" ]]; then - echo "没有找到稳定的下载服务器,请稍候重试" + echo "没有找到稳定的下载服务器,请访问 https://community.fit2cloud.com/#/products/dataease/downloads 下载离线安装包" exit 1 fi