Latest
This commit is contained in:
parent
aafb6c7188
commit
593eb03cf9
3 changed files with 5 additions and 3 deletions
|
@ -153,7 +153,8 @@ if ! command -v curl > /dev/null || ! command -v git > /dev/null || ! command -v
|
||||||
### Void
|
### Void
|
||||||
logg warn "TODO - Add support for Void"
|
logg warn "TODO - Add support for Void"
|
||||||
fi
|
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 ! command -v brew > /dev/null; then
|
||||||
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
||||||
logg info "Sourcing from /home/linuxbrew/.linuxbrew/bin/brew" && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
logg info "Sourcing from /home/linuxbrew/.linuxbrew/bin/brew" && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
|
@ -187,7 +187,8 @@ ensureBasicDeps() {
|
||||||
### Void
|
### Void
|
||||||
logg warn "TODO - Add support for Void"
|
logg warn "TODO - Add support for Void"
|
||||||
fi
|
fi
|
||||||
fi}
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
# @description Ensure Homebrew is installed and available in the `PATH`
|
# @description Ensure Homebrew is installed and available in the `PATH`
|
||||||
ensureHomebrew() {
|
ensureHomebrew() {
|
||||||
|
|
Loading…
Reference in a new issue