Skip to content

Commit

Permalink
fix: Disable container update in topgrade, solves issue with topgrade…
Browse files Browse the repository at this point in the history
… needlessly starting containers. Does not affect Distrobox.
  • Loading branch information
KyleGospo committed Jan 25, 2024
1 parent bf32744 commit b97f10b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ paths = ["/etc/ublue-os/topgrade.toml"]

[misc]
no_self_update = true
disable = ["toolbx", "self_update"]
disable = ["self_update", "toolbx", "containers"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3", "helm", "home_manager", "firmware"]
assume_yes = true
no_retry = false
Expand Down

0 comments on commit b97f10b

Please sign in to comment.