Skip to content

Commit b932a87

Browse files
author
petrnovota
committed
Don't just update the Brew
1 parent fb95345 commit b932a87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/source/_static/install_depthai.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ if [[ $(uname -s) == "Darwin" ]]; then
127127
echo "Installing global dependencies."
128128
bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)"
129129

130-
echo "Upgrading brew."
131-
brew update
132-
133130
# clone depthai form git
134131
if [ -d "$DEPTHAI_DIR" ]; then
135132
echo "Demo app already downloaded. Checking out main and updating."

0 commit comments

Comments
 (0)