From 1889737f3a08c102bfc69f018e074569058705bc Mon Sep 17 00:00:00 2001 From: David Funaro Date: Fri, 19 Aug 2016 11:35:18 +0400 Subject: [PATCH] orient download url update --- bin/odb-shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/odb-shared.sh b/bin/odb-shared.sh index b4105be..ff057fd 100755 --- a/bin/odb-shared.sh +++ b/bin/odb-shared.sh @@ -67,7 +67,7 @@ odb_download_server () { # are smart enough to cope with that... at least until the next change. if [ $(odb_compare_version $ODB_VERSION 1.6.1) -ge 0 ]; then ODB_PACKAGE_EXT="tar.gz" - ODB_PACKAGE_URL="http://www.orientdb.org/portal/function/portal/download/${DOWN_USER}/%20/%20/%20/%20/unknown/${ODB_PACKAGE}.${ODB_PACKAGE_EXT}/false/false/mac" + ODB_PACKAGE_URL="http://orientdb.com/download.php?email=unknown@unknown.com&file=${ODB_PACKAGE}.${ODB_PACKAGE_EXT}" ODB_C_PACKAGE=${ODB_PACKAGE}.${ODB_PACKAGE_EXT} else ODB_PACKAGE_EXT="zip"