Skip to content

Commit 2025ce1

Browse files
authored
Merge pull request #739 from PetrNovota/patch-2
installer patch, output text formatting
2 parents b314fa2 + f8990a2 commit 2025ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/_static/install_depthai.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 $'\nRunning Linux installer.'
190+
echo -e '\nRunning Linux installer.'
191191

192192
# clone depthai form git
193193
if [ -d "$DEPTHAI_DIR" ]; then
@@ -227,8 +227,8 @@ else
227227
exit 99
228228
fi
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.'
232232
read -rsp $'Press ANY KEY to finish and run the demo app...\n' -n1 key
233233
echo "STARTING DEMO APP."
234234
python "$DEPTHAI_DIR/launcher/launcher.py" -r "$DEPTHAI_DIR"

0 commit comments

Comments
 (0)