Skip to content

Commit

Permalink
Update release script for Centos7 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Jul 7, 2023
1 parent cc27bfe commit 5fc4c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/release/linux/install_redhat_dependencies.sh
Expand Up @@ -39,7 +39,8 @@ if [ "$PLATFORM" == "centos7" ]; then
# . /opt/rh/devtoolset-7/enable

GENGETOPT_VER=2.23
curl -o gengetopt-${GENGETOPT_VER}.rpm https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/g/gengetopt-2.23-1.el7.x86_64.rpm
#curl -o gengetopt-${GENGETOPT_VER}.rpm https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/g/gengetopt-2.23-1.el7.x86_64.rpm
curl -o gengetopt-${GENGETOPT_VER}.rpm https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/g/gengetopt-2.23-1.el7.x86_64.rpm
yum -y install ./gengetopt-${GENGETOPT_VER}.rpm

export CMAKE="cmake"
Expand Down

0 comments on commit 5fc4c4b

Please sign in to comment.