Skip to content

Commit

Permalink
Fix: Unable to elevate system while "cl7h" repository is active
Browse files Browse the repository at this point in the history
  • Loading branch information
relkaboussi authored and Todd Rinaldo committed Sep 26, 2024
1 parent 572aeb8 commit 00536eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion elevate-cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -6457,7 +6457,8 @@ EOS
qr/^cloudlinux-ea4-rollout(?:-[0-9]+)?$/,
'cl-ea4',
qr/^cl-mysql(?:-meta)?/,
'mysqclient', 'mysql-debuginfo'
'mysqclient', 'mysql-debuginfo',
'cl7h',
);

my @repos = $self->SUPER::vetted_yum_repo();
Expand Down
3 changes: 2 additions & 1 deletion lib/Elevate/OS/CloudLinux7.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ sub vetted_yum_repo ($self) {
qr/^cloudlinux-ea4-rollout(?:-[0-9]+)?$/,
'cl-ea4',
qr/^cl-mysql(?:-meta)?/,
'mysqclient', 'mysql-debuginfo'
'mysqclient', 'mysql-debuginfo',
'cl7h',
);

my @repos = $self->SUPER::vetted_yum_repo();
Expand Down

0 comments on commit 00536eb

Please sign in to comment.