From 36460fc876d01c679d85d00deef232ad3c589b18 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Wed, 5 Jul 2023 12:06:59 +0300 Subject: [PATCH] tests in prod. like titan --- tools/env.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/env.sh b/tools/env.sh index 9f598e0..c926e58 100755 --- a/tools/env.sh +++ b/tools/env.sh @@ -71,7 +71,9 @@ TEA=$HOME/.env/tea/tea.xyz/v0/bin/tea PATH=$PATH $TEA_GUM format "Installing \`tea\` to \`$TEA_PREFIX\`" -bash -c "sh <(curl https://tea.xyz) --yes --prefix $TEA_PREFIX" + +curl https://tea.xyz -o /tmp/tea 2&1> /dev/null +sh /tmp/tea --yes --prefix $TEA_PREFIX $TEA_GUM format "Installing \`zsh\`" $TEA +zsh.sourceforge.io sh -c "exit"