mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
fix: Disable container update in topgrade, solves issue with topgrade needlessly starting containers. Does not affect Distrobox.
This commit is contained in:
parent
bf32744f5f
commit
b97f10b613
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user