This commit is contained in:
Brian Zalewski 2024-01-01 01:16:10 +00:00
parent 221e070193
commit 4c3445b745
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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