Skip to content

Commit

Permalink
feat(just): add flatpak list to device-info (#290)
Browse files Browse the repository at this point in the history
* feat(just): add flatpak list to device-info

This will make it more clear when someone has done an unsupported rebase and is missing the right flatpaks.

* fix(just): add options column to flatpak list

---------

Co-authored-by: Benjamin Sherman <[email protected]>
  • Loading branch information
castrojo and bsherman authored Jul 14, 2024
1 parent 6ff6bef commit 581c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ check-local-overrides:
device-info:
#!/usr/bin/bash
echo "Gathering device info..."
fpaste <(rpm-ostree status) <(fpaste --sysinfo --printonly)
fpaste <(rpm-ostree status) <(fpaste --sysinfo --printonly) <<(flatpak list --columns=application,version,options)

# Measure Idle Power Draw
check-idle-power-draw:
Expand Down

0 comments on commit 581c0ed

Please sign in to comment.