Skip to content

Commit 742814f

Browse files
authored
Change miniconda url
Previous url is redirect to the new conda repository. However, sometimes this does not happen and stuck in resolving previous name from DNS.
1 parent 84ad83f commit 742814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linuxdeploy-plugin-conda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ case "$ARCH" in
115115
esac
116116

117117
pushd "$CONDA_DOWNLOAD_DIR"
118-
miniconda_url=https://repo.continuum.io/miniconda/"$miniconda_installer_filename"
118+
miniconda_url=https://repo.anaconda.com/miniconda/"$miniconda_installer_filename"
119119
# let's make sure the file exists before we then rudimentarily ensure mutual exclusive access to it with flock
120120
# we set the timestamp to epoch 0; this should likely trigger a redownload for the first time
121121
touch "$miniconda_installer_filename" -d '@0'

0 commit comments

Comments
 (0)