Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
orient download url update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidino committed Aug 19, 2016
1 parent 0b7db65 commit 1889737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/odb-shared.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 1889737

Please sign in to comment.