Skip to content

Commit 818cf9d

Browse files
authored
Remove Centos7 support (#86)
1 parent 039c118 commit 818cf9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/install-elastio.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,9 @@ case ${dist_name} in
315315

316316
centos | almalinux | rocky | el | rhel | red | scientific | sl | oracle | ol )
317317
case ${dist_ver}-$(uname -m) in
318-
7-x86_64 ) cent_fedora_install CentOS $(rpm -E %rhel) el ;;
319318
8-* | 9-* ) cent_fedora_install CentOS $(rpm -E %rhel) el ;;
320319
*-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."
320+
echo "CentOS/RHEL versions 8 and 9 are supported on x86_64 processors. Current distro version $dist_ver isn't supported."
322321
exit 1
323322
;;
324323
*-aarch64 )

0 commit comments

Comments
 (0)