Yum install instead of rpm -Uvh

This commit is contained in:
Andrew Cravenho 2018-10-05 23:45:53 -04:00
parent d09da1865e
commit e7bb64b962
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