This file contains 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
sudo su | |
yum update -y | |
yum install -y shadow-utils | |
yum install -y sudo | |
yum erase openssl-devel -y | |
yum install openssl11 openssl11-devel libffi-devel bzip2-devel wget tar xz -y | |
# Install python optional standard libary module dependencies | |
yum install ncurses-devel gdbm-devel readline-devel xz-libs xz-devel uuid-devel libuuid-devel -y |