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
|
||||
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)"
|
||||
|
|
|
@ -45,4 +45,4 @@ if ! command -v curl > /dev/null || ! command -v git > /dev/null || ! command -v
|
|||
### Void
|
||||
logg warn "TODO - Add support for Void"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue