Merge pull request #65 from poanetwork/ac-libtinfo-dependency

Fix dependency for libtinfo.so while installing Erlang
This commit is contained in:
Andrew Cravenho 2018-10-06 11:52:37 -04:00 committed by GitHub
commit e69d47f81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,9 +124,9 @@ EOF
log "Installing Erlang.."
wget https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_21.0-1~centos~7_amd64.rpm
wget http://packages.erlang-solutions.com/site/esl/esl-erlang/FLAVOUR_1_general/esl-erlang_21.0.5-1~centos~7_amd64.rpm
yum install -y wxGTK-devel unixODBC-devel >"$LOG"
rpm -Uvh esl-erlang_21.0-1~centos~7_amd64.rpm >"$LOG"
yum install -y esl-erlang_21.0.5-1~centos~7_amd64.rpm >"$LOG"
log "Installing Elixir to /opt/elixir.."
mkdir -p /opt/elixir