Skip to content

Commit

Permalink
fix(just): fix brew installation (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Aug 2, 2023
1 parent 2114aee commit 0ba230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assemble:

brew:
echo "Installing homebrew ..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

cockpit:
echo 'Enabling Cockpit'
Expand Down

0 comments on commit 0ba230b

Please sign in to comment.