File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ me="./install-elastio.sh"
44default_branch=release
55
66MAX_LINUX_VER=6
7- MAX_LINUX_MAJOR_REV=3
7+ MAX_LINUX_MAJOR_REV=4
88
99cent_fedora_kernel_devel_install ()
1010{
@@ -315,14 +315,10 @@ case ${dist_name} in
315315
316316 fedora | fc )
317317 case ${dist_ver} -$( uname -m) in
318- 37-x86_64 ) cent_fedora_install Fedora $( rpm -E %fedora) fc ;;
319318 38-* ) cent_fedora_install Fedora $( rpm -E %fedora) fc ;;
320- * -x86_64 )
321- echo " Fedora versions 37 and 38 are supported on x86_64 processors. Current distro version $dist_ver isn't supported."
322- exit 1
323- ;;
324- * -aarch64 )
325- echo " Fedora version 38 is supported on aarch64 processors. Current distro version $dist_ver isn't supported."
319+ 39-* ) cent_fedora_install Fedora $( rpm -E %fedora) fc ;;
320+ * )
321+ echo " Only Fedora versions 38 and 39 are supported. Current distro version $dist_ver isn't supported."
326322 exit 1
327323 ;;
328324 esac
You can’t perform that action at this time.
0 commit comments