mirror of https://github.com/EspoTek/Labrador.git
another bootstrap fix
This commit is contained in:
parent
cccbdb2a78
commit
8c609f685c
|
@ -11,7 +11,7 @@ if [ $QT5_NOT_INSTALLED ] || [ $LIBUSB_NOT_INSTALLED ]; then
|
||||||
sudo apt-get install qt5-default
|
sudo apt-get install qt5-default
|
||||||
sudo apt-get install libusb-1.0-0-dev
|
sudo apt-get install libusb-1.0-0-dev
|
||||||
else
|
else
|
||||||
"Prerequesites are already installed. Skipping step."
|
echo "Prerequesites are already installed. Skipping step."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Move to /tmp so we don't leave junk in the user's folders
|
# Move to /tmp so we don't leave junk in the user's folders
|
||||||
|
|
Loading…
Reference in New Issue