From 102c975f1ee6fc071e1b312808d8679f1b70266b Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Thu, 7 Mar 2024 10:24:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=AF=B9=E5=AE=89=E8=A3=85=E5=8C=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8E=E7=BC=80=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/dectl | 2 +- installer/quick_start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/dectl b/installer/dectl index 245a189349..3fd94546ad 100644 --- a/installer/dectl +++ b/installer/dectl @@ -264,7 +264,7 @@ function upgrade() { echo "使用下载服务器 ${server_url}" cd /tmp - installer_file="dataease-online-installer-${latest_version}.tar.gz" + installer_file="dataease-online-installer-${latest_version}-ce.tar.gz" download_url="https://${server_url}/dataease/dataease/releases/download/${latest_version}/$installer_file" curl -LOk -m 60 -o $installer_file $download_url if [ $? -ne 0 ]; then diff --git a/installer/quick_start.sh b/installer/quick_start.sh index 2279bd5cae..b5cea12b60 100644 --- a/installer/quick_start.sh +++ b/installer/quick_start.sh @@ -65,7 +65,7 @@ latest_version=$(cat /tmp/de_latest_release) echo "开始下载 DataEase ${latest_version} 版本在线安装包" -installer_file="dataease-online-installer-${latest_version}.tar.gz" +installer_file="dataease-online-installer-${latest_version}-ce.tar.gz" download_url="https://${server_url}/dataease/dataease/releases/download/${latest_version}/$installer_file" echo "下载地址: ${download_url}" curl -LOk -m 60 -o $installer_file $download_url