Skip to content

Commit

Permalink
Update cyberpanel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lonyai authored Nov 21, 2023
1 parent ca555b9 commit ef92084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef92084

Please sign in to comment.