We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314fa2 commit 920c739Copy full SHA for 920c739
docs/source/_static/install_depthai.sh
@@ -227,8 +227,8 @@ else
227
exit 99
228
fi
229
230
-echo '\n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
231
-echo '\nTo run demo app write <depthai_launcher> in terminal.'
+echo $'\n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
+echo $'\nTo run demo app write <depthai_launcher> in terminal.'
232
read -rsp $'Press ANY KEY to finish and run the demo app...\n' -n1 key
233
echo "STARTING DEMO APP."
234
python "$DEPTHAI_DIR/launcher/launcher.py" -r "$DEPTHAI_DIR"
0 commit comments