rbenv: auto updated to 1.2.0-1

This commit is contained in:
Lilac 2023-05-15 07:01:17 +00:00
parent 7bfaa72d53
commit be3ab7f1cf
2 changed files with 51 additions and 0 deletions

10
repo/rbenv/rbenv.install Normal file
View 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 -)"'
}