brew: Fix install script
This commit is contained in:
parent
61ca8110a0
commit
ad9522ac73
1 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
comm -13 <(brew list --full-name | sort) brew/formulae | xargs brew install -t
|
comm -13 <(brew list --full-name | sort) brew/formulae | xargs brew install
|
||||||
comm -13 <(brew cask list) brew/casks | xargs brew cask install -t
|
comm -13 <(brew cask list) brew/casks | xargs brew cask install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue