another bootstrap fix

This commit is contained in:
Chris Esposito 2019-08-18 16:30:03 +10:00
parent cccbdb2a78
commit 8c609f685c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ $QT5_NOT_INSTALLED ] || [ $LIBUSB_NOT_INSTALLED ]; then
sudo apt-get install qt5-default
sudo apt-get install libusb-1.0-0-dev
else
"Prerequesites are already installed. Skipping step."
echo "Prerequesites are already installed. Skipping step."
fi
# Move to /tmp so we don't leave junk in the user's folders