Skip to content

Commit

Permalink
chore: remove private for bluefin-cli ujust (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jan 22, 2024
1 parent 219f74e commit 5454fbf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ aqua:
printf '\n export PATH="${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH"\n'
printf '\n=> see https://aquaproj.github.io/docs/tutorial for more info\n'

[private]
bluefin-cli:
#!/usr/bin/env bash
if [ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}/bluefin-cli/Cellar" ]; then
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/bluefin-cli/Cellar"
fi;
distrobox-create --nvidia --image ghcr.io/ublue-os/bluefin-cli:latest -n bluefin --volume "${XDG_DATA_HOME:-$HOME/.local/share}/bluefin-cli/Cellar":/home/linuxbrew/.linuxbrew/Cellar:z
distrobox-create --nvidia --image ghcr.io/ublue-os/bluefin-cli:latest -n bluefin
echo "Entering bluefin-cli"
distrobox enter -n bluefin

Expand Down

0 comments on commit 5454fbf

Please sign in to comment.