You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would also be a good idea to warn about what is suddenly sudo'd. I ran into an unexpected password prompt due to #338, which is surely not something I would have expected while not doing a --system install.
It might be useful to output as debugging messages enabled by a --debug option. ruby-install by default doesn't print the commands it's running, just descriptive messages, so a giant sudo command in the output might be surprising to users.
I think it would also be a good idea to warn about what is suddenly
sudo
'd. I ran into an unexpected password prompt due to #338, which is surely not something I would have expected while not doing a--system
install.I'd suggest
for sake of user experience and transparency.
The text was updated successfully, but these errors were encountered: