From 30a927ca1a4069e6ff93dc1d2c3c399f573932f1 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 1 May 2023 14:56:55 -0400 Subject: [PATCH] feat(just): add bluefin ubuntu distrobox (#210) --- etc/justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/justfile b/etc/justfile index a29e64eca51..4b1495567f0 100644 --- a/etc/justfile +++ b/etc/justfile @@ -7,6 +7,10 @@ bios: changelogs: rpm-ostree db diff --changelogs +distrobox-bluefin: + echo 'Creating Blufin Ubuntu distrobox ...' + distrobox create --image ghcr.io/ublue-os/ubuntu-toolbox:latest -n bluefin -Y + distrobox-boxkit: echo 'Creating Boxkit distrobox ...' distrobox create --image ghcr.io/ublue-os/boxkit -n boxkit -Y