Skip to content

Commit

Permalink
feat(just): add clean shortcut (#74)
Browse files Browse the repository at this point in the history
We can add multiple things in here, but starting with a podman system prune.
  • Loading branch information
castrojo authored Jul 16, 2023
1 parent 8729ec8 commit 24c119e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/ublue-os-just/main.just
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ default:
bios:
systemctl reboot --firmware-setup

clean:
podman system prune

changelogs:
rpm-ostree db diff --changelogs

Expand Down

0 comments on commit 24c119e

Please sign in to comment.