Skip to content

Commit a54ff10

Browse files
authored
Merge pull request #36 from aghamir/patch-1
Change miniconda url
2 parents 84ad83f + 742814f commit a54ff10

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)