Update cyberpanel.sh

This commit is contained in:
Gergely Lonyai 2023-11-21 11:27:01 +01:00 committed by GitHub
parent 083d37c447
commit f3c5eacd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ if [[ $Server_OS = "CentOS" ]] ; then
rm -f /etc/yum.repos.d/epel.repo.rpmsave
if [[ "$Server_OS_Version" = "9" ]]; then
grep "Red Hat Enterprise Linux" /etc/os-release >/dev/null
grep 'NAME="Red Hat Enterprise Linux"' /etc/os-release >/dev/null
if [[ $? ]] ; then
subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm