mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-22 03:40:45 +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 system, flatpaks, and containers all at once
|
||||||
update:
|
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
|
# Update device firmware
|
||||||
[no-exit-message]
|
[no-exit-message]
|
||||||
|
@ -3,7 +3,8 @@ paths = ["/etc/ublue-os/topgrade.toml"]
|
|||||||
|
|
||||||
[misc]
|
[misc]
|
||||||
no_self_update = true
|
no_self_update = true
|
||||||
assume_yes = true
|
|
||||||
no_retry = true
|
|
||||||
disable = ["toolbx", "self_update"]
|
disable = ["toolbx", "self_update"]
|
||||||
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]
|
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]
|
||||||
|
|
||||||
|
[linux]
|
||||||
|
rpm-ostree = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user