no interaction for anyenv init

This commit is contained in:
Xavier Logerais 2019-03-05 12:02:56 +01:00
parent 2dd2385e41
commit b75c801a47

View File

@ -60,7 +60,7 @@ curl -sL https://api.github.com/repos/justjanne/powerline-go/releases/latest | j
git clone https://github.com/anyenv/anyenv.git ~/.anyenv git clone https://github.com/anyenv/anyenv.git ~/.anyenv
export PATH="$HOME/.anyenv/bin:$PATH" export PATH="$HOME/.anyenv/bin:$PATH"
anyenv install --init yes | anyenv install --init
eval "$(anyenv init -)" eval "$(anyenv init -)"
git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update