Add just changelogs alias (#34)
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user