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
echo update kernel | |
yum -y update | |
echo install glibc | |
yum -y install glibc.i686 | |
echo install libstdc++ | |
yum -y install compat-libstdc++-33.x86_64 | |
echo install vim | |
yum -y install vim |
NewerOlder