mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
tests in prod. like titan
This commit is contained in:
parent
033c55aa89
commit
36460fc876
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue