Skip to content

Commit

Permalink
typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Dec 8, 2023
1 parent 45e3e08 commit c2e60a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LinuxMac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ echo "mamba installed"
if [[ $freespace -lt $mssSize ]]; then
echo "Aborting. You need at least $mssSize GB of space to install mamba and MSS" && exit 1;
fi &&
. "$HOME/miniforge3/etc/profile.d/conda.sh" &&
. "$HOME/miniforge3/etc/profile.d/mamba.sh" &&
. "$HOME/Miniforge/etc/profile.d/conda.sh" &&
. "$HOME/Miniforge/etc/profile.d/mamba.sh" &&
mamba init &&
mamba update -n base mamba -y && # update mamba to the newest version
mamba activate mssenv || {
Expand Down

0 comments on commit c2e60a6

Please sign in to comment.