We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84ad83f + 742814f commit a54ff10Copy full SHA for a54ff10
linuxdeploy-plugin-conda.sh
@@ -115,7 +115,7 @@ case "$ARCH" in
115
esac
116
117
pushd "$CONDA_DOWNLOAD_DIR"
118
- miniconda_url=https://repo.continuum.io/miniconda/"$miniconda_installer_filename"
+ miniconda_url=https://repo.anaconda.com/miniconda/"$miniconda_installer_filename"
119
# let's make sure the file exists before we then rudimentarily ensure mutual exclusive access to it with flock
120
# we set the timestamp to epoch 0; this should likely trigger a redownload for the first time
121
touch "$miniconda_installer_filename" -d '@0'
0 commit comments