Skip to content

Commit 64f27b8

Browse files
authored
Add Fedora39 support (#81)
1 parent a75095f commit 64f27b8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

scripts/install-elastio.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ me="./install-elastio.sh"
44
default_branch=release
55

66
MAX_LINUX_VER=6
7-
MAX_LINUX_MAJOR_REV=3
7+
MAX_LINUX_MAJOR_REV=4
88

99
cent_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

0 commit comments

Comments
 (0)