Commit 0896c6eb by John Chodera (MSKCC)

Fix Miniconda md5 mismatch

parent 4f8cce57
...@@ -3,7 +3,7 @@ pushd . ...@@ -3,7 +3,7 @@ pushd .
cd $HOME cd $HOME
# Install Miniconda # Install Miniconda
MINICONDA=Miniconda-latest-Linux-x86_64.sh MINICONDA=Miniconda2-latest-Linux-x86_64.sh
MINICONDA_HOME=$HOME/miniconda MINICONDA_HOME=$HOME/miniconda
MINICONDA_MD5=$(curl -s http://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p') MINICONDA_MD5=$(curl -s http://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
wget -q http://repo.continuum.io/miniconda/$MINICONDA wget -q http://repo.continuum.io/miniconda/$MINICONDA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment