Skip to content

Commit 6ccd19d

Browse files
committed
Remove brew taps setup from install.sh
1 parent 466f894 commit 6ccd19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
23

34
set -euo pipefail
45

@@ -16,7 +17,6 @@ git submodule update --init --recursive --quiet
1617

1718
# Install the homebrew dependencies
1819
brew tap homebrew/bundle
19-
brew bundle --file="$project_dir/Brewfile.taps"
2020
brew bundle --file="$project_dir/Brewfile.brews"
2121
brew bundle --file="$project_dir/Brewfile.casks"
2222

0 commit comments

Comments
 (0)