diff --git a/README.md b/README.md index f17a270..852fd6a 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/etc/justfile b/etc/justfile index 831c1a9..a0bcc3f 100644 --- a/etc/justfile +++ b/etc/justfile @@ -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