diff --git a/docs/install_depthai.sh b/docs/install_depthai.sh index fc63dcce5..816df43fa 100755 --- a/docs/install_depthai.sh +++ b/docs/install_depthai.sh @@ -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