Skip to content

Commit

Permalink
ODA-Client version upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Dec 16, 2014
1 parent ab38607 commit c660b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install.d/30_odac_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ download()
curl -L -D "$_DIR/$_BN.header" "$_URL" -o "$_DIR/$_BN.rpm" && \
{
_FN="`cat "$_DIR/$_BN.header" | sed -ne 's/Content-Disposition:.*filename=\(.*[a-zA-Z]\).*/\1/p'`"
ls -l "$_DIR" &&
mv "$_DIR/$_BN.rpm" "$_DIR/$_FN"
} && rm "$_DIR/$_BN.header"
} >&2 && echo -n "$_DIR/$_FN"
Expand All @@ -76,7 +75,7 @@ then
#URL="`get_release_url`"

#fixed version download
URL="https://github.com/DREAM-ODA-OS/ODAClient/releases/download/0.5.2/ODAClient-0.5.2.tgz"
URL="https://github.com/DREAM-ODA-OS/ODAClient/releases/download/0.5.3/ODAClient-0.5.3.tgz"

info "Downloading from: $URL"

Expand Down

0 comments on commit c660b9d

Please sign in to comment.