Skip to content

Commit

Permalink
fix(just): move firmware update to separate recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
renner0e committed Oct 5, 2023
1 parent 03b90ae commit c883c2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/ublue-os-just/10-update.just
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ update:
rpm-ostree update
flatpak update -y
distrobox upgrade -a
fwupdmgr refresh && fwupdmgr update

update-firmware:
fwupdmgr refresh
fwupdmgr get-updates
fwupdmgr update

0 comments on commit c883c2f

Please sign in to comment.