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