Created
December 14, 2011 01:36
-
-
Save mpapis/1474826 to your computer and use it in GitHub Desktop.
rvm post_install action for setting up env.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create_install_paths | |
| print_install_header | |
| configure_installation | |
| cleanse_old_entities | |
| install_rvm_files | |
| install_rvm_hooks | |
| ensure_scripts_are_executable | |
| setup_configuration_files | |
| install_binscripts | |
| automatic_profile_setup | |
| install_gemsets | |
| install_patchsets | |
| cleanse_old_environments | |
| migrate_old_gemsets | |
| migrate_defaults | |
| correct_binary_permissions | |
| install_man_pages | |
| root_canal | |
| setup_rvmrc | |
| setup_user_profile | |
| record_ruby_configs | |
| cleanup_tmp_files | |
| display_thank_you | |
| display_notes | |
| display_requirements |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| export rvm_path rvm_group_name rvm_auto_flag | |
| rvm_path=/usr/local/rvm | |
| rvm_group_id=499 | |
| rvm_group_name=rvm | |
| rvm_auto_flag=1 | |
| source $rvm_path/scripts/functions/installer | |
| setup_etc_profile | |
| setup_rvmrc | |
| setup_rvm_group | |
| setup_rvm_path_permissions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment