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
When installing/removing the PPA package from the CLI, there are a lot of unusual messages.
Expected behavior
Cf output below.
Aside from the errors messages (which are another problem) only the usual messages from apt-get should appear.
And yes, somehow the "Thanks for installing [...]" message appears twice.
As far as I can remember, rvm is the only package that does this.
I know, it's a minor annoyance.
Feel free to close this issue, but I just had to make you aware of it.
Actual behavior
Installing RVM to /usr/share/rvm/
Installation of RVM in /usr/share/rvm/ is almost complete:
First you need to logout - login again, anyone using rvm will be operating with umask u=rwx,g=rwx,o=rx.
Please do NOT forget to add your users to the rvm group.
The installer no longer auto-adds root or users to the rvm group. Admins must do this.
Also, please note that group memberships are ONLY evaluated at login time.
This means that users must log out then back in before group membership takes effect!
Thanks for installing RVM 🙏
Please consider donating to our open collective to help us maintain RVM.
Creating local gemsets for owford
Upgrading the RVM installation in /usr/share/rvm/
Can not update 'scripts/zsh/Completion/_rvm', it's a conflict between Zsh and multiuser installation, prefix the command with 'rvmsudo' to update this file.
Can not update 'scripts/extras/completion.zsh/_rvm', it's a conflict between Zsh and multiuser installation, prefix the command with 'rvmsudo' to update this file.
touch: cannot touch '/usr/share/rvm/config/displayed-notes.txt': Permission denied
Found 3 files with mode different than '664' or '775',
use --debug to see the list, run rvmsudo rvm get stable to fix it., prefix the command with 'rvmsudo' to fix it, if the situation persist report a bug.
Upgrade of RVM in /usr/share/rvm/ is complete.
touch: cannot touch '/usr/share/rvm/config/displayed-notes.txt': Permission denied
Thanks for installing RVM 🙏
Please consider donating to our open collective to help us maintain RVM.
Hai! Removing /usr/share/rvm
/usr/share/rvm has been removed.
Note you may need to manually remove /etc/rvmrc and ~/.rvmrc if they exist still.
Please check all .bashrc .bash_profile .profile and .zshrc for RVM source lines and delete or comment out if this was a Per-User installation.
Also make sure to remove rvm group if this was a system installation.
Finally it might help to relogin / restart if you want to have fresh environment (like for installing RVM again).
Description & Steps to reproduce
When installing/removing the PPA package from the CLI, there are a lot of unusual messages.
Expected behavior
Cf output below.
Aside from the errors messages (which are another problem) only the usual messages from apt-get should appear.
And yes, somehow the "Thanks for installing [...]" message appears twice.
As far as I can remember, rvm is the only package that does this.
I know, it's a minor annoyance.
Feel free to close this issue, but I just had to make you aware of it.
Actual behavior
Environment info
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"
The text was updated successfully, but these errors were encountered: