Update labrador_bootstrap_pi

This commit is contained in:
Chris Esposito 2021-11-17 10:39:14 +11:00 committed by GitHub
parent 8cc740c6e1
commit d6f1b328c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ set -e
if [ $QT5_NOT_INSTALLED != 0 ] || [ $LIBUSB_NOT_INSTALLED != 0 ] || $FFTW_NOT_INSTALLED != 0 ]; then
sudo apt-get update
sudo apt-get install qt5-default
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install -y qt5-default
sudo apt-get install -y libusb-1.0-0-dev
sudo apt-get install -y libfftw3-dev
else
echo "Prerequesites are already installed. Skipping step."