Skip to content

Commit f8990a2

Browse files
authored
better way to evaluate backslash chars
1 parent 920c739 commit f8990a2

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)