Add just changelogs alias (#34)

This commit is contained in:
Jorge O. Castro
2023-02-01 16:11:03 -05:00
committed by GitHub
parent b20fb47baf
commit 16abd14bcf
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ After that run the following commands:
- `just` - Show all tasks, more will be added in the future - `just` - Show all tasks, more will be added in the future
- `just bios` - Reboot into the system bios (Useful for dualbooting) - `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: - Set up distroboxes for the following images:
- `just distrobox-boxkit` - `just distrobox-boxkit`
- `just distrobox-debian` - `just distrobox-debian`

View File

@@ -4,6 +4,9 @@ default:
bios: bios:
systemctl reboot --firmware-setup systemctl reboot --firmware-setup
changelogs:
rpm-ostree db diff --changelogs
distrobox-boxkit: distrobox-boxkit:
echo 'Creating Boxkit distrobox ...' echo 'Creating Boxkit distrobox ...'
distrobox create --image ghcr.io/ublue-os/boxkit -n boxkit -Y distrobox create --image ghcr.io/ublue-os/boxkit -n boxkit -Y