rvm / ubuntu_rvm

Ubuntu package for RVM
https://launchpad.net/~rael-gc/+archive/ubuntu/rvm
Apache License 2.0
694 stars 84 forks source link

Use $USER to simplify installation #58

Closed joshbuker closed 3 years ago

joshbuker commented 3 years ago

$USER automatically contains the logged-in user's username and is commonly used in scripts to reference the current user.

Those who have more complex setups where this may not be what they want will likely also be skilled enough to recognize the variable and replace it as needed.

raelgc commented 3 years ago

Thanks @athix!