Fixes issue with missing gsed command on macOS
This commit is contained in:
parent
933cde968a
commit
62023d1c7f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ tap "homebrew/bundle"
|
||||||
if OS.mac?
|
if OS.mac?
|
||||||
brew "coreutils"
|
brew "coreutils"
|
||||||
brew "findutils"
|
brew "findutils"
|
||||||
|
brew "gnu-sed"
|
||||||
brew "m-cli"
|
brew "m-cli"
|
||||||
end
|
end
|
||||||
brew "age"
|
brew "age"
|
||||||
|
|
Loading…
Reference in a new issue