From 7d6756f0139318fd261fa8a798282c2d4d46b0c2 Mon Sep 17 00:00:00 2001 From: So njaGi singer <54586339+gisi90@users.noreply.github.com> Date: Fri, 5 Jul 2024 07:51:11 +0200 Subject: [PATCH] Update LinuxMac.sh: miniforge3 --- LinuxMac.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinuxMac.sh b/LinuxMac.sh index c8038ab..b64dbde 100755 --- a/LinuxMac.sh +++ b/LinuxMac.sh @@ -103,8 +103,8 @@ echo "mamba installed" echo "Aborting. You need at least $mssSize GB of space to install mamba and MSS" && exit 1; fi && echo $HOME - . "$HOME/Miniforge/etc/profile.d/conda.sh" && - . "$HOME/Miniforge/etc/profile.d/mamba.sh" && + . "$HOME/miniforge3/etc/profile.d/conda.sh" && + . "$HOME/miniforge3/etc/profile.d/mamba.sh" && mamba init && mamba update -n base mamba -y && # update mamba to the newest version mamba activate mssenv || {