rbenv: auto updated to 1.2.0-1
This commit is contained in:
parent
7bfaa72d53
commit
be3ab7f1cf
2 changed files with 51 additions and 0 deletions
10
repo/rbenv/rbenv.install
Normal file
10
repo/rbenv/rbenv.install
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
post_install() {
|
||||
echo 'Your shell must be initialized before rbenv will function correctly.'
|
||||
echo 'Run the following, and consider adding it to your ~/.bashrc:'
|
||||
echo ' eval "$(rbenv init -)"'
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
echo 'Remove the following from your ~/.bashrc, if present:'
|
||||
echo ' eval "$(rbenv init -)"'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue