prepare install NEO script for rhel8.7 and ubi8.7 (#14408)
* enable install scripts for rhel8.7 * fix syntax error
This commit is contained in:
parent
b1be628861
commit
d5a4d169d7
@ -382,10 +382,10 @@ add_user_to_video_group()
|
||||
_check_distro_version()
|
||||
{
|
||||
if [[ $DISTRO == redhat ]]; then
|
||||
RHEL_MINOR_VERSION_SUPPORTED="[3-6]"
|
||||
RHEL_MINOR_VERSION_SUPPORTED="[3-7]"
|
||||
RHEL_VERSION=$(grep -m1 'VERSION_ID' /etc/os-release | grep -Eo "8.${RHEL_MINOR_VERSION_SUPPORTED}")
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Warning: This runtime can be installed only on RHEL 8.3 up to RHEL 8.6"
|
||||
echo "Warning: This runtime can be installed only on RHEL 8.3 up to RHEL 8.7"
|
||||
echo "More info https://dgpu-docs.intel.com/releases/releases-20211130.html" >&2
|
||||
echo "Installation of Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver interrupted"
|
||||
exit $EXIT_FAILURE
|
||||
|
@ -213,7 +213,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
|
||||
|
Loading…
Reference in New Issue
Block a user