We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039c118 commit 818cf9dCopy full SHA for 818cf9d
scripts/install-elastio.sh
@@ -315,10 +315,9 @@ case ${dist_name} in
315
316
centos | almalinux | rocky | el | rhel | red | scientific | sl | oracle | ol )
317
case ${dist_ver}-$(uname -m) in
318
- 7-x86_64 ) cent_fedora_install CentOS $(rpm -E %rhel) el ;;
319
8-* | 9-* ) cent_fedora_install CentOS $(rpm -E %rhel) el ;;
320
*-x86_64 )
321
- echo "CentOS/RHEL versions 7, 8 and 9 are supported on x86_64 processors. Current distro version $dist_ver isn't supported."
+ echo "CentOS/RHEL versions 8 and 9 are supported on x86_64 processors. Current distro version $dist_ver isn't supported."
322
exit 1
323
;;
324
*-aarch64 )
0 commit comments