File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ elif [[ $(uname -s) == "Linux" ]]; then
187187 echo " Installing global dependencies."
188188 sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash
189189
190- echo $ '\n Running Linux installer.'
190+ echo -e ' \nRunning Linux installer.'
191191
192192 # clone depthai form git
193193 if [ -d " $DEPTHAI_DIR " ]; then
227227 exit 99
228228fi
229229
230- echo ' \n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
231- echo ' \nTo run demo app write <depthai_launcher> in terminal.'
230+ echo -e ' \n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
231+ echo -e ' \nTo run demo app write <depthai_launcher> in terminal.'
232232read -rsp $' Press ANY KEY to finish and run the demo app...\n ' -n1 key
233233echo " STARTING DEMO APP."
234234python " $DEPTHAI_DIR /launcher/launcher.py" -r " $DEPTHAI_DIR "
You can’t perform that action at this time.
0 commit comments