Update rhel.sh

pull/382/head
midoks 2 years ago
parent 02f3107e93
commit b22185b374
  1. 3
      scripts/install/rhel.sh

@ -139,6 +139,9 @@ if [ $VERSION_ID -ge 8 ];then
readline-devel rpcgen sqlite-devel tar unzip vim-minimal wget zip zlib zlib-devel ;
do
dnf $REPOS install -y $rpms;
if [ "$?" != "0" ];then
dnf install -y $rpms;
fi
done
else
# CentOS 7

Loading…
Cancel
Save