Skip to content

Commit 5f13a64

Browse files
committed
Fix bt install wrong dir
1 parent 2ec7c7b commit 5f13a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_mirte.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fi
163163

164164
# Install numpy
165165
pip3 install numpy
166-
166+
cd $MIRTE_SRC_DIR/mirte-install-scripts || exit 1
167167
. ./install_bt.sh || exit 1
168168

169169
# install audio support to use with mirte-pioneer pcb and orange pi zero 2

0 commit comments

Comments
 (0)