commit 05c60ac7063122de688bd2fc465c8a345a765f4c parent f8e8e203abd38ec5b8c5fe5e6b3888a455cb89cc Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Sun, 20 Sep 2015 14:57:13 +0200 do not run conda update Diffstat:
M | bin/uu | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/uu b/bin/uu @@ -11,7 +11,7 @@ elif [[ "$UNAMESTR" == 'Darwin' ]]; then brew update && \ brew upgrade --all && \ brew cleanup - conda update --all + #conda update --all else echo "Platform not supported" exit 1