Skip to content

Commit

Permalink
feat: add device-info command
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness committed Apr 9, 2024
1 parent 066e034 commit 26d8b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,9 @@ check-local-overrides:
--exclude="cdi" \
--exclude="default.target" \
/usr/etc /etc 2>/dev/null | sed '/Binary\ files\ /d'

# Gather device info to a pastebin
device-info:
#!/usr/bin/bash
echo "Gathering device info..."
fpaste <(rpm-ostree status) <(fpaste --sysinfo --printonly)

0 comments on commit 26d8b86

Please sign in to comment.