From f2726fc541bc80ec89428335857dc32e4dfd42b6 Mon Sep 17 00:00:00 2001 From: Hongjiang Zhang Date: Wed, 26 Jul 2017 16:48:55 +0800 Subject: [PATCH] fix the issue of failing to download pkg --- seafile-server-centos-7-amd64-http | 2 +- seafile-server-ubuntu-16-04-amd64-http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seafile-server-centos-7-amd64-http b/seafile-server-centos-7-amd64-http index 0fa2e42..fb37050 100644 --- a/seafile-server-centos-7-amd64-http +++ b/seafile-server-centos-7-amd64-http @@ -114,7 +114,7 @@ if is_pro; then INSTALLPATH=/opt/seafile/seafile-pro-server-${SEAFILE_VERSION}/ else SEAFILE_SERVER_PACKAGE=seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz - SEAFILE_SERVER_PACKAGE_URL=http://download-cn.seafile.com/${SEAFILE_SERVER_PACKAGE} + SEAFILE_SERVER_PACKAGE_URL=http://seafile-downloads.oss-cn-shanghai.aliyuncs.com/${SEAFILE_SERVER_PACKAGE} INSTALLPATH=/opt/seafile/seafile-server-${SEAFILE_VERSION}/ fi diff --git a/seafile-server-ubuntu-16-04-amd64-http b/seafile-server-ubuntu-16-04-amd64-http index 660c910..3a5e347 100644 --- a/seafile-server-ubuntu-16-04-amd64-http +++ b/seafile-server-ubuntu-16-04-amd64-http @@ -115,7 +115,7 @@ if is_pro; then INSTALLPATH=/opt/seafile/seafile-pro-server-${SEAFILE_VERSION}/ else SEAFILE_SERVER_PACKAGE=seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz - SEAFILE_SERVER_PACKAGE_URL=http://download-cn.seafile.com/${SEAFILE_SERVER_PACKAGE} + SEAFILE_SERVER_PACKAGE_URL=http://seafile-downloads.oss-cn-shanghai.aliyuncs.com/${SEAFILE_SERVER_PACKAGE} INSTALLPATH=/opt/seafile/seafile-server-${SEAFILE_VERSION}/ fi