Commit 08069035 authored by Robert Schmidt's avatar Robert Schmidt

Harmonize additional packages installer: RHEL/Fedora are identical

parent 6050c5db
...@@ -564,7 +564,7 @@ check_install_additional_tools (){ ...@@ -564,7 +564,7 @@ check_install_additional_tools (){
libforms-bin \ libforms-bin \
libforms-dev \ libforms-dev \
xmlstarlet" xmlstarlet"
elif [[ "$OS_DISTRO" == "rhel" ]] || [[ "$OS_DISTRO" == "centos" ]] || [[ "$OS_DISTRO" == "rocky" ]]; then elif [[ "$OS_DISTRO" == "rhel" ]] || [[ "$OS_DISTRO" == "centos" ]] || [[ "$OS_DISTRO" == "rocky" ]] || [[ "$OS_DISTRO" == "fedora" ]]; then
PACKAGE_LIST="\ PACKAGE_LIST="\
doxygen \ doxygen \
ctags \ ctags \
...@@ -573,15 +573,6 @@ check_install_additional_tools (){ ...@@ -573,15 +573,6 @@ check_install_additional_tools (){
xforms \ xforms \
xforms-devel \ xforms-devel \
xmlstarlet" xmlstarlet"
elif [[ "$OS_DISTRO" == "fedora" ]]; then
PACKAGE_LIST=" \
doxygen \
ctags \
iperf3 \
gnutls-devel \
xforms \
xforms-devel \
xmlstarlet"
fi fi
$SUDO $INSTALLER install -y $PACKAGE_LIST $optional_packages $SUDO $INSTALLER install -y $PACKAGE_LIST $optional_packages
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment