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.
2 parents 1b02882 + ff2a04b commit 6c853fbCopy full SHA for 6c853fb
install.sh
@@ -337,13 +337,13 @@ do_install() {
337
esac
338
;;
339
340
- centos)
+ centos|rhel)
341
if [ -z "$dist_version" ] && [ -r /etc/os-release ]; then
342
dist_version="$(. /etc/os-release && echo "$VERSION_ID")"
343
fi
344
345
346
- rhel|ol|sles)
+ ol|sles)
347
ee_notice "$lsb_dist"
348
exit 1
349
@@ -422,7 +422,7 @@ do_install() {
422
echo_docker_as_nonroot
423
exit 0
424
425
- centos|fedora)
+ centos|fedora|rhel)
426
yum_repo="$DOWNLOAD_URL/linux/$lsb_dist/$REPO_FILE"
427
if ! curl -Ifs "$yum_repo" > /dev/null; then
428
echo "Error: Unable to curl repository file $yum_repo, is it valid?"
0 commit comments