Skip to content

Commit

Permalink
Merge pull request #97 from MobleyLab/update-miniconda
Browse files Browse the repository at this point in the history
Update miniconda URL
  • Loading branch information
mattwthompson authored Apr 30, 2020
2 parents 3e54eb4 + 21e92dd commit cc82c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/travis-ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ else
MINICONDA=Miniconda3-latest-Linux-x86_64.sh
fi
MINICONDA_HOME=$HOME/miniconda
MINICONDA_MD5=$(curl -s https://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
wget -q https://repo.continuum.io/miniconda/$MINICONDA
MINICONDA_MD5=$(wget -qO- https://repo.anaconda.com/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
wget -q https://repo.anaconda.com/miniconda/$MINICONDA
if [[ $MINICONDA_MD5 != $(md5sum $MINICONDA | cut -d ' ' -f 1) ]]; then
echo "Miniconda MD5 mismatch"
exit 1
Expand Down

0 comments on commit cc82c7d

Please sign in to comment.