Sign in through GitHub

Herman verschooten's Profile

GitHub User: Hermanverschooten

Comments by Herman verschooten

Avatar

I just ran into this problem again..

I ended up changing the script in recipes/rbenv.rb, the line that runs the bootstrap to:

run %q{sed "s/sudo/sudo -p 'sudo password: '/g" $HOME/.rbenv/plugins/rbenv-installer/bin/rbenv-} + rbenv_bootstrap + " | bash"

I change the sudo to the format capistrano wants and run it through bash.

Avatar

I have the same issue, couldn't resolve it.
So I ran the command manually and commented it out.