Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/install-elastio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cent_fedora_install()
done

rpm --import https://$repo_host/GPG-KEY-elastio
yum localinstall -y $repo_package_url
yum install -y $repo_package_url
which dnf >/dev/null 2>&1 &&
cent8_fedora_install $1 $2 $3 ||
cent7_amazon_install $1 $2 $3
Expand Down Expand Up @@ -331,7 +331,7 @@ case ${dist_name} in

fedora | fc )
case ${dist_ver}-$(uname -m) in
39-* | 40-* ) cent_fedora_install Fedora $(rpm -E %fedora) fc ;;
40-* | 41-* | 42-* ) cent_fedora_install Fedora $(rpm -E %fedora) fc ;;
* )
echo "Only Fedora versions 39 and 40 are supported. Current distro version $dist_ver isn't supported."
exit 1
Expand Down