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:
Kyle Gospodnetich 2024-01-22 21:52:05 -08:00
parent f9614a032c
commit d3b33b2753
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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