Skip to content

Commit

Permalink
fix: succes message
Browse files Browse the repository at this point in the history
  • Loading branch information
IHtDzenda committed Feb 14, 2025
1 parent 32cd428 commit daf4a37
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 @@ -115,5 +115,5 @@ echo -e '\n\n:::::::::::::::: INSTALLATION COMPLETE ::::::::::::::::\n'
if [[ $(uname -s) == "Darwin" ]]; then
echo -e '\nTo run demo app, write **depthai-viewer** in terminal.'
elif [[ $DISPLAY != "" ]]; then
echo -e '\nTo run demo app, write **depthai-viewer** in terminal or run **depthai-viewer** from the terminal.'
echo -e '\nTo run demo app, write **depthai-viewer** in terminal.'
fi

0 comments on commit daf4a37

Please sign in to comment.