Skip to content

Commit

Permalink
FIX add --disablerepo=elevate to dnf update
Browse files Browse the repository at this point in the history
  • Loading branch information
ukablan-wpc committed Sep 27, 2024
1 parent 01ca9c8 commit 988ac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _adopt_plesk_repositories(self) -> None:
def _post_action(self) -> action.ActionResult:
self._use_rpmnew_repositories()
self._adopt_plesk_repositories()
util.logged_check_call(["/usr/bin/dnf", "-y", "update"])
util.logged_check_call(["/usr/bin/dnf", "-y", "update", "--disablerepo=elevate"])
return action.ActionResult()

def _revert_action(self) -> action.ActionResult:
Expand Down

0 comments on commit 988ac16

Please sign in to comment.