From 08acfcfe7c0e4bed8a6f82e7f06fec23f7a48278 Mon Sep 17 00:00:00 2001 From: medusa Date: Sun, 12 May 2024 04:01:50 +0000 Subject: [PATCH] Update tech_docs/linux/conda_install.md --- tech_docs/linux/conda_install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tech_docs/linux/conda_install.md b/tech_docs/linux/conda_install.md index 1a92a79..230894c 100644 --- a/tech_docs/linux/conda_install.md +++ b/tech_docs/linux/conda_install.md @@ -13,8 +13,11 @@ sudo apt install wget gpg python3 python3-pip ## Step 3: Download and Verify Miniconda ```bash cd ~/Downloads +``` +```bash wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh.sha256 +``` +```bash sha256sum -c Miniconda3-latest-Linux-x86_64.sh.sha256 ```