Skip to content

Commit

Permalink
feat(just): add bluefin ubuntu distrobox (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 1, 2023
1 parent f74bd75 commit 30a927c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a927c

Please sign in to comment.