This commit is contained in:
Brian Zalewski 2023-11-13 05:38:41 +00:00
parent aafb6c7188
commit 593eb03cf9
3 changed files with 5 additions and 3 deletions

View file

@ -153,7 +153,8 @@ if ! command -v curl > /dev/null || ! command -v git > /dev/null || ! command -v
### Void
logg warn "TODO - Add support for Void"
fi
fi# @description Ensure Homebrew is installed and available in the `PATH`
fi
# @description Ensure Homebrew is installed and available in the `PATH`
if ! command -v brew > /dev/null; then
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
logg info "Sourcing from /home/linuxbrew/.linuxbrew/bin/brew" && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

View file

@ -187,7 +187,8 @@ ensureBasicDeps() {
### Void
logg warn "TODO - Add support for Void"
fi
fi}
fi
}
# @description Ensure Homebrew is installed and available in the `PATH`
ensureHomebrew() {