Skip to content

Commit

Permalink
ci: package name changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Apr 17, 2024
1 parent d062861 commit 4d99a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quick_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ echo "使用下载服务器 ${server_url}"

DOWNLOAD_URL="https://${server_url}/metersphere/metersphere/releases/download/${MSVERSION}/metersphere-online-installer-${MSVERSION}.tar.gz"
if [[ "${MSVERSION}" = "v3"* ]]; then
DOWNLOAD_URL="https://${server_url}/metersphere/metersphere/releases/download/${MSVERSION}/metersphere-community-online-installer-${MSVERSION}.tar.gz"
DOWNLOAD_URL="https://${server_url}/metersphere/metersphere/releases/download/${MSVERSION}/metersphere-ce-online-installer-${MSVERSION}.tar.gz"
fi


wget --no-check-certificate ${DOWNLOAD_URL}
if [[ "${MSVERSION}" = "v3"* ]]; then
tar zxvf metersphere-community-online-installer-${MSVERSION}.tar.gz
cd metersphere-community-online-installer-${MSVERSION}
tar zxvf metersphere-ce-online-installer-${MSVERSION}.tar.gz
cd metersphere-ce-online-installer-${MSVERSION}
else
tar zxvf metersphere-online-installer-${MSVERSION}.tar.gz
cd metersphere-online-installer-${MSVERSION}
Expand Down

0 comments on commit 4d99a66

Please sign in to comment.