Install python3-pip

This commit is contained in:
Oleg Kalachev
2021-07-20 13:59:12 +03:00
parent 8aba80a08c
commit 810455e08f

View File

@@ -40,6 +40,7 @@ echo "--- Downloading PX4 and installing its dependencies"
# v1.10.1:
git clone -b v1.10.1-clover https://github.com/CopterExpress/Firmware ${HOME}/Firmware
sudo -E sh -c 'apt-get update; apt-get install -y python3-pip'
sudo -E -S sh -c '${HOME}/Firmware/Tools/setup/ubuntu.sh'
sudo -E -S sh -c 'echo "2" | update-alternatives --config java'
sudo -E -S sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties