Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RHEL in Connect's prestart.bash #639

Merged
merged 5 commits into from
Jan 21, 2025

Conversation

dbkegley
Copy link
Contributor

replaces: #502

@dbkegley dbkegley force-pushed the kegs/rhel-startup-script branch from ba9d0f9 to 9287b9c Compare January 21, 2025 16:17
update-ca-certificates 2>&1 | _indent
elif [[ $DIST == "rhel" || $DIST == "almalinux" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include rocky, which we often use as a stand-in for RHEL.

docker run -it --rm rockylinux:8 cat /etc/os-release | grep '^ID='
#> ID="rocky"
docker run -it --rm rockylinux:9 cat /etc/os-release | grep '^ID='
#> ID="rocky"

@dbkegley dbkegley merged commit 775b1e1 into main Jan 21, 2025
7 checks passed
@dbkegley dbkegley deleted the kegs/rhel-startup-script branch January 21, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants