We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b57b1 commit 5c8638dCopy full SHA for 5c8638d
scripts/install-elastio.sh
@@ -86,7 +86,7 @@ cent_fedora_install()
86
done
87
88
rpm --import https://$repo_host/GPG-KEY-elastio
89
- yum localinstall -y $repo_package_url
+ yum install -y $repo_package_url
90
which dnf >/dev/null 2>&1 &&
91
cent8_fedora_install $1 $2 $3 ||
92
cent7_amazon_install $1 $2 $3
@@ -331,7 +331,7 @@ case ${dist_name} in
331
332
fedora | fc )
333
case ${dist_ver}-$(uname -m) in
334
- 39-* | 40-* ) cent_fedora_install Fedora $(rpm -E %fedora) fc ;;
+ 40-* | 41-* | 42-* ) cent_fedora_install Fedora $(rpm -E %fedora) fc ;;
335
* )
336
echo "Only Fedora versions 39 and 40 are supported. Current distro version $dist_ver isn't supported."
337
exit 1
0 commit comments