Latest
This commit is contained in:
parent
221e070193
commit
4c3445b745
2 changed files with 2 additions and 2 deletions
|
@ -569,7 +569,7 @@ ensureHomebrewDeps() {
|
|||
installBrewPackage "gsed"
|
||||
### unbuffer / expect
|
||||
if ! command -v unbuffer > /dev/null; then
|
||||
installBrewPackage "expect"
|
||||
brew install --quiet expect
|
||||
fi
|
||||
### gtimeout / coreutils
|
||||
if ! command -v gtimeout > /dev/null; then
|
||||
|
|
|
@ -261,7 +261,7 @@ ensureHomebrewDeps() {
|
|||
installBrewPackage "gsed"
|
||||
### unbuffer / expect
|
||||
if ! command -v unbuffer > /dev/null; then
|
||||
installBrewPackage "expect"
|
||||
brew install --quiet expect
|
||||
fi
|
||||
### gtimeout / coreutils
|
||||
if ! command -v gtimeout > /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue