Missing deps

This commit is contained in:
Alex 2024-10-20 22:05:58 -03:00
parent df16626a65
commit fe019e5c42
1 changed files with 1 additions and 1 deletions

View File

@ -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 \