Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nguyenvinhlinh/1247841264fc13679f8864539e6c878b to your computer and use it in GitHub Desktop.
Save nguyenvinhlinh/1247841264fc13679f8864539e6c878b to your computer and use it in GitHub Desktop.
#!/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