Skip to content

Commit

Permalink
fix syntax (openvinotoolkit#14436)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrawins authored Dec 6, 2022
1 parent da5b53e commit b914a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ elif [ "$os" == "centos7" ] || [ "$os" == "centos8" ] ||
gstreamer1-plugins-bad-free.$arch
)
extra_repos+=(https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm)
elif [ "$os" == "centos8" ] || [ "$os" == "rhel8 "] || [ "$os" == "almalinux8.7" ] ; then
elif [ "$os" == "centos8" ] || [ "$os" == "rhel8" ] || [ "$os" == "almalinux8.7" ] ; then
pkgs_core+=(
https://vault.centos.org/centos/8/AppStream/$arch/os/Packages/tbb-2018.2-9.el8.$arch.rpm
https://download-ib01.fedoraproject.org/pub/epel/8/Everything/$arch/Packages/p/pugixml-1.13-1.el8.$arch.rpm
Expand Down

0 comments on commit b914a8c

Please sign in to comment.