Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/_static/install_depthai.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ elif [[ $(uname -s) == "Linux" ]]; then
echo "Installing global dependencies."
sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash

echo $'\nRunning Linux installer.'
echo -e '\nRunning Linux installer.'

# clone depthai form git
if [ -d "$DEPTHAI_DIR" ]; then
Expand Down Expand Up @@ -227,8 +227,8 @@ else
exit 99
fi

echo '\n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
echo '\nTo run demo app write <depthai_launcher> in terminal.'
echo -e '\n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
echo -e '\nTo run demo app write <depthai_launcher> in terminal.'
read -rsp $'Press ANY KEY to finish and run the demo app...\n' -n1 key
echo "STARTING DEMO APP."
python "$DEPTHAI_DIR/launcher/launcher.py" -r "$DEPTHAI_DIR"