Skip to content

Commit

Permalink
ToDo added
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Dec 8, 2023
1 parent 615bbf7 commit 05aee10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LinuxMac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ echo "mamba installed"

echo "Installing MSS..."
mamba install mss python -y
# ToDo in mamba 1.5.4 we could not use mamba clean, needs to be tested again
conda clean --all -y
mamba list -f mss | grep "conda-forge" || { echo "MSS was not successfully installed, aborting"; exit 1; }
echo "To start msui from the MSS Software,"
Expand Down

0 comments on commit 05aee10

Please sign in to comment.