Missing deps
This commit is contained in:
parent
df16626a65
commit
fe019e5c42
2
Makefile
2
Makefile
|
@ -96,7 +96,7 @@ static:
|
||||||
install: verify_spir0
|
install: verify_spir0
|
||||||
# install helper apps
|
# install helper apps
|
||||||
$(SUDO) apt update
|
$(SUDO) apt update
|
||||||
$(SUDO) apt install -y nano nload htop picocom sshpass
|
$(SUDO) apt install -y nano nload htop picocom sshpass python3-msgpack
|
||||||
|
|
||||||
# install mavlink-router if not already installed
|
# install mavlink-router if not already installed
|
||||||
@if [ -d ~/tmp/mavlink-router-source ]; then \
|
@if [ -d ~/tmp/mavlink-router-source ]; then \
|
||||||
|
|
Loading…
Reference in New Issue