Skip to content

Commit

Permalink
ujust device-info script fix (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlisk authored Jul 17, 2024
1 parent 446a8f7 commit a122ada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ check-local-overrides:
# Gather device info to a pastebin
device-info:
#!/usr/bin/bash
echo "Gathering device info..."
fpaste <(rpm-ostree status) <(fpaste --sysinfo --printonly) <<(flatpak list --columns=application,version,options)
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 a122ada

Please sign in to comment.