mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore: Don't assume --yes when run manually with ujust
This commit is contained in:
parent
62d2712d24
commit
54e98f2391
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user