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
| # Non-root account is recommended for this process | |
| # centos-specific prepration | |
| sudo yum -y update && sudo yum -y groupinstall 'Development Tools' && sudo yum -y install curl irb m4 ruby | |
| # Sanitize the environment | |
| PATH=~/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin | |
| unset LD_LIBRARY_PATH PKG_CONFIG_PATH | |
| # install linuxbrew |