chore: Don't assume --yes when run manually with ujust

This commit is contained in:
Kyle Gospodnetich 2024-01-20 23:48:16 -08:00
parent 62d2712d24
commit 54e98f2391
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ alias upgrade := update
# Update system, flatpaks, and containers all at once
update:
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml --yes
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml
# Update device firmware
[no-exit-message]

View File

@ -3,7 +3,8 @@ paths = ["/etc/ublue-os/topgrade.toml"]
[misc]
no_self_update = true
assume_yes = true
no_retry = true
disable = ["toolbx", "self_update"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]
[linux]
rpm-ostree = true