Skip to content

Commit

Permalink
feat: update mac address
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored and Jan committed Feb 4, 2025
1 parent 58a06b6 commit e1d9dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_depthai.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ $(uname -s) == "Darwin" ]]; then
echo "Running macOS installer."

echo "Installing global dependencies."
bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)"
bash -c "$(curl -fL https://raw.githubusercontent.com/luxonis/depthai-python/refs/heads/feat/install-rework/docs/install_dependencies.sh)"

echo "Upgrading brew."
brew update
Expand Down

0 comments on commit e1d9dde

Please sign in to comment.