Skip to content

Commit

Permalink
Update 17-drones.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jul 14, 2022
1 parent 0bd2077 commit 10eaaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-scripts/6-desktop/17-drones.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

apt-get install -y libqt5quickwidgets5 libqt5webkit5 libqt5serialport5 \
libqt5svg5 libqt5serialport5 libqt5opengl5 libqt5test5 qml-module-qtquick-controls libsndfile1
apt-get install -y libqt5quickwidgets5 libqt5widgets5 libqt5gui5 libqt5webkit5 libqt5sql5 libqt5printsupport5 libqt5network5 libqt5serialport5 \
libqt5svg5 libqt5opengl5 libqt5test5 libqt5xml5 libqt5qml5 qml-module-qtquick-controls libsndfile1

# https://github.com/ArduPilot/apm_planner
wget https://github.com/bareboat-necessities/apm_planner_4rpi/releases/download/v2.0.29-rc1-16-g339533bfb/apmplanner2_2.0.29-rc1-16-g339533bfb_armhf.deb
Expand Down

0 comments on commit 10eaaed

Please sign in to comment.