Skip to content

Commit

Permalink
fix ants path in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 28, 2016
1 parent 9a30297 commit 6e93213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
if [[ ! -d ${HOME}/local/ants ]]; then
mkdir -p ${HOME}/downloads
wget -c -O ${HOME}/downloads/ants.tar.bz2 "https://2a353b13e8d2d9ac21ce543b7064482f771ce658.googledrive.com/host/0BxI12kyv2olZVFhUcGVpYWF3R3c/ANTs-Linux_Ubuntu14.04.tar.bz2"
mkdir -p ${HOME}/local/ants
mkdir -p ${HOME}/local/
tar xjf ${HOME}/downloads/ants.tar.bz2 -C ${HOME}/local/
mv ${HOME}/local/ANTs.2.1.0.Debian-Ubuntu_X64 ${HOME}/local/ants
fi
Expand Down

0 comments on commit 6e93213

Please sign in to comment.