Update cyberpanel.sh

This commit is contained in:
Gergely Lonyai 2023-11-21 12:51:17 +01:00 committed by GitHub
parent ca555b9db8
commit ef920845b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -837,6 +837,8 @@ if [[ $Server_OS = "CentOS" ]] ; then
subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms || yum config-manager --set-enabled crb > /dev/null 2>&1
yum install -y https://cyberpanel.sh/dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
Check_Return "yum repo" "no_exit"
yum install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm
Check_Return "yum repo" "no_exit"
fi
if [[ "$Server_OS_Version" = "8" ]]; then