mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Remove --yes from tea.xyz installation
This commit is contained in:
parent
08b2ee203c
commit
fc3205c818
|
@ -22,7 +22,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh-bin/master/ins
|
|||
PATH="$HOME/.env/bin:$PATH"
|
||||
|
||||
echo "${ARROW} Installing tea"
|
||||
zsh -c "sh <(curl https://tea.xyz) --prefix $TEA_PREFIX --yes"
|
||||
zsh -c "sh <(curl https://tea.xyz) --prefix $TEA_PREFIX"
|
||||
|
||||
echo "${ARROW} Installing neovim"
|
||||
$TEA +neovim.io zsh -c "exit"
|
||||
|
|
Loading…
Reference in a new issue