From 5d0e9055fe91d34aebba2005e05114b21af63e38 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 19 Jul 2016 08:00:08 +0200 Subject: [PATCH] add qt5-default to install - see #91 --- install.sh | 2 +- install_dev.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b803171..bcf5dc5 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ tput cup 13 15 echo "[ 2/10] [##--------]" tput cup 15 5 echo "-> download GIT an other stuff.........." -apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake qt4-default libpulse-dev libx11-dev sox >> ~/boswatch/install/setup_log.txt 2>&1 +apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake qt4-default qt5-default libpulse-dev libx11-dev sox >> ~/boswatch/install/setup_log.txt 2>&1 tput cup 13 15 echo "[ 3/10] [###-------]" diff --git a/install_dev.sh b/install_dev.sh index 188bc7e..9924127 100644 --- a/install_dev.sh +++ b/install_dev.sh @@ -27,7 +27,7 @@ tput cup 13 15 echo "[ 2/10] [##--------]" tput cup 15 5 echo "-> download GIT an other stuff.........." -apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake qt4-default libpulse-dev libx11-dev sox >> ~/boswatch/install/setup_log.txt 2>&1 +apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake qt4-default qt5-default libpulse-dev libx11-dev sox >> ~/boswatch/install/setup_log.txt 2>&1 tput cup 13 15 echo "[ 3/10] [###-------]"