This commit is contained in:
Brian Zalewski 2023-11-30 02:18:26 +00:00
parent dd50ce6d5f
commit 7f65e743ad

View file

@ -251,6 +251,7 @@ ensureHomebrewDeps() {
### macOS
if [ -d /Applications ] && [ -d /System ]; then
installBrewPackage "expect"
installBrewPackage "gsed"
if ! command -v gtimeout > /dev/null; then
brew install coreutils