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 08794b3 commit 0bb547eCopy full SHA for 0bb547e
images/macos/provision/core/miniconda.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash -e -o pipefail
2
3
MINICONDA_INSTALLER="/tmp/miniconda.sh"
4
-curl -fsSL https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o $MINICONDA_INSTALLER
+curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o $MINICONDA_INSTALLER
5
chmod +x $MINICONDA_INSTALLER
6
sudo $MINICONDA_INSTALLER -b -p /usr/local/miniconda
7
0 commit comments