[Linux] Update miniconda download link (#8043)

This commit is contained in:
Vasilii Polikarpov
2023-08-04 19:37:29 +02:00
committed by GitHub
parent 38a9b4344f
commit 08794b3341

View File

@@ -5,7 +5,7 @@
################################################################################ ################################################################################
# Install Miniconda # Install Miniconda
curl -fsSL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh \ curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh \
&& chmod +x miniconda.sh \ && chmod +x miniconda.sh \
&& ./miniconda.sh -b -p /usr/share/miniconda \ && ./miniconda.sh -b -p /usr/share/miniconda \
&& rm miniconda.sh && rm miniconda.sh