Skip to content

Commit

Permalink
Merge pull request #96 from jakirkham/use_miniconda_4.6.14
Browse files Browse the repository at this point in the history
Use Miniconda 4.6.14
  • Loading branch information
scopatz authored Jun 24, 2019
2 parents dd15d95 + 5283326 commit df76223
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/run_commands
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export additional_channel=""

if [ "$(uname -m)" = "x86_64" ]; then
export supkg="gosu"
export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh"
export conda_chksum="a946ea1d0c4a642ddf0c3a26a18bb16d"
export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh"
export conda_chksum="718259965f234088d785cad1fbd7de03"
elif [ "$(uname -m)" = "ppc64le" ]; then
export supkg="su-exec"
export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-ppc64le.sh"
export conda_chksum="05c1e073f262105179cf57920dfc4d43"
export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-ppc64le.sh"
export conda_chksum="6d3bd64dfc436f38755cde1a3ad40799"
elif [ "$(uname -m)" = "aarch64" ]; then
export supkg="su-exec"
export condapkg="https://github.com/jjhelmus/conda4aarch64/releases/download/1.0.0/c4aarch64_installer-1.0.0-Linux-aarch64.sh"
Expand Down

0 comments on commit df76223

Please sign in to comment.