Skip to content

Commit

Permalink
fix(just): Remove brew stuff from zeliblue-cli (#151)
Browse files Browse the repository at this point in the history
Meant to push this commit before merging #150 but am dumb
  • Loading branch information
zelikos authored Jan 5, 2024
1 parent 362c731 commit 68099ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/files/shared/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,4 @@ zeliblue-cli:
#!/usr/bin/env bash
distrobox assemble create --file /usr/etc/distrobox/zeliblue-cli.ini
if [[ ! -f $HOME/.local/share/zeliblue/Brewfile ]]; then
mkdir -p $HOME/.local/share/zeliblue
cp /usr/share/zeliblue/Brewfile $HOME/.local/share/zeliblue/Brewfile
fi

distrobox enter zeliblue -- brew bundle --file=$HOME/.local/share/zeliblue/Brewfile

distrobox enter zeliblue

0 comments on commit 68099ed

Please sign in to comment.