From b75c801a47684ff255f31ac54ffef15e765367e0 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Tue, 5 Mar 2019 12:02:56 +0100 Subject: [PATCH] no interaction for anyenv init --- bootstrap-env.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-env.bash b/bootstrap-env.bash index 5a693e8..1b38d69 100644 --- a/bootstrap-env.bash +++ b/bootstrap-env.bash @@ -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 export PATH="$HOME/.anyenv/bin:$PATH" -anyenv install --init +yes | anyenv install --init eval "$(anyenv init -)" git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update