File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -428,8 +428,8 @@ case "${platform}" in
428428esac
429429
430430case " ${os} " in
431- " CentOS Linux" | " Red Hat Enterprise Linux Server " | " AlmaLinux" | " Rocky Linux" | " Red Hat Enterprise Linux " )
432- # Enterprise Linux support - dispatch based on version
431+ " CentOS Linux" | " Red Hat Enterprise Linux" * | " AlmaLinux" | " Rocky Linux" )
432+ # Enterprise Linux support - dispatch based on specific version
433433 if [[ ${CI} == " yes" ]]; then
434434 echo " WARNING: Installing CI dependencies is only supported on Ubuntu 22.04" >&2
435435 fi
@@ -442,10 +442,10 @@ case "${os}" in
442442 exit 1
443443 fi
444444
445- # First install OpenROAD base
445+ # First install OpenROAD base
446446 _installORDependencies
447447
448- # Determine between EL7 vs EL8/9, since yum vs dnf should be used, and different Klayout builds exist
448+ # Determine between EL7 vs EL8/9, since yum vs dnf should be used, and different Klayout builds exist
449449 case " ${elVersion} " in
450450 " 7" )
451451 # EL7 = RHEL 7 or CentOS 7
You can’t perform that action at this time.
0 commit comments