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 fe69234 commit 32cd428Copy full SHA for 32cd428
docs/install_depthai.sh
@@ -112,4 +112,8 @@ fi
112
# Final success message
113
echo "Installation complete successfully"
114
echo -e '\n\n:::::::::::::::: INSTALLATION COMPLETE ::::::::::::::::\n'
115
-echo -e '\nTo run demo app, write **depthai-viewer** in terminal.'
+if [[ $(uname -s) == "Darwin" ]]; then
116
+ echo -e '\nTo run demo app, write **depthai-viewer** in terminal.'
117
+elif [[ $DISPLAY != "" ]]; then
118
+ echo -e '\nTo run demo app, write **depthai-viewer** in terminal or run **depthai-viewer** from the terminal.'
119
+fi
0 commit comments