mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
Fix brew install issues
This commit is contained in:
@@ -229,7 +229,7 @@ install_main() {
|
|||||||
# macOS specific Homebrew bundle installation
|
# macOS specific Homebrew bundle installation
|
||||||
if [[ "$(uname)" == "Darwin" ]] && have_command brew && [[ -f "${BASEDIR}/Brewfile" ]]; then
|
if [[ "$(uname)" == "Darwin" ]] && have_command brew && [[ -f "${BASEDIR}/Brewfile" ]]; then
|
||||||
verbose "Checking Homebrew bundle..."
|
verbose "Checking Homebrew bundle..."
|
||||||
brew bundle install --file="${BASEDIR}/Brewfile" --no-lock
|
brew bundle install --file="${BASEDIR}/Brewfile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ "$INSTALL_KEYS" = 1 ]] && install_keys
|
[[ "$INSTALL_KEYS" = 1 ]] && install_keys
|
||||||
|
|||||||
Reference in New Issue
Block a user