We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4847e commit 600edbdCopy full SHA for 600edbd
devtools/miniconda_install.sh
@@ -22,7 +22,7 @@ conda_version="latest"
22
#conda_version="4.4.10" # can pin a miniconda version like this, if needed
23
24
MINICONDA=Miniconda${pyV}-${conda_version}-${OS_ARCH}.sh
25
-MINICONDA_MD5=$(curl -s https://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
+MINICONDA_MD5=$(curl -sL https://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
26
wget https://repo.continuum.io/miniconda/$MINICONDA
27
SCRIPT_MD5=`eval "$MD5_CMD $MD5_OPT $MINICONDA" | cut -d ' ' -f 1`
28
0 commit comments