Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Add just changelogs alias (blue-build#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Feb 1, 2023
1 parent b20fb47 commit 16abd14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ After that run the following commands:

- `just` - Show all tasks, more will be added in the future
- `just bios` - Reboot into the system bios (Useful for dualbooting)
- `just changelogs` - Show the changelogs of the pending update
- Set up distroboxes for the following images:
- `just distrobox-boxkit`
- `just distrobox-debian`
Expand Down
3 changes: 3 additions & 0 deletions etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ default:
bios:
systemctl reboot --firmware-setup

changelogs:
rpm-ostree db diff --changelogs

distrobox-boxkit:
echo 'Creating Boxkit distrobox ...'
distrobox create --image ghcr.io/ublue-os/boxkit -n boxkit -Y
Expand Down

0 comments on commit 16abd14

Please sign in to comment.