Created
May 3, 2019 13:04
-
-
Save nguyenvinhlinh/1247841264fc13679f8864539e6c878b to your computer and use it in GitHub Desktop.
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 | |
sudo yum groups install -y 'Development Tools'; | |
sudo yum install -y autoconf; | |
sudo yum install -y ncurses-devel ncurses; | |
sudo yum install -y openssl-devel; | |
sudo yum install -y java-1.8.0-openjdk-devel; | |
sudo yum install -y yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm; | |
sudo yum install -y libiodbc unixODBC.x86_64 erlang-odbc.x86_64; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment