mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-17 19:10:33 +00:00
chore(just): Remove unneeded firmware updater
chore(updater): Keep System Update window open after completion for review chore(updater): Assume yes and offer to retry on failure
This commit is contained in:
parent
f9614a032c
commit
d3b33b2753
@ -4,11 +4,5 @@ alias upgrade := update
|
||||
|
||||
# Update system, flatpaks, and containers all at once
|
||||
update:
|
||||
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml
|
||||
|
||||
# Update device firmware
|
||||
[no-exit-message]
|
||||
update-firmware:
|
||||
/usr/bin/fwupdmgr refresh --force
|
||||
/usr/bin/fwupdmgr get-updates
|
||||
/usr/bin/fwupdmgr update
|
||||
#!/usr/bin/bash
|
||||
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml --keep
|
||||
|
@ -5,6 +5,8 @@ paths = ["/etc/ublue-os/topgrade.toml"]
|
||||
no_self_update = true
|
||||
disable = ["toolbx", "self_update"]
|
||||
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]
|
||||
assume_yes = true
|
||||
no_retry = false
|
||||
|
||||
[linux]
|
||||
rpm_ostree = true
|
||||
|
Loading…
Reference in New Issue
Block a user