Skip to content

Commit

Permalink
fix(just): name bluefin-cli -> bluefin (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Dec 3, 2023
1 parent a4584f3 commit 19be662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bluefin-cli:
if [ ! -f "${HOME}/.brew_pkgs" ]; then
echo dysk > "${HOME}/.brew_pkgs"
fi;
distrobox-create --nvidia --image ghcr.io/ublue-os/bluefin-cli:latest -n bluefin-cli -Y -a "--env BREW_PKGS=.brew_pkgs"
distrobox-create --nvidia --image ghcr.io/ublue-os/bluefin-cli:latest -n bluefin -Y -a "--env BREW_PKGS=.brew_pkgs"
echo "Entering bluefin-cli"
distrobox enter bluefin-cli

Expand Down

0 comments on commit 19be662

Please sign in to comment.