mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-03-19 03:04:41 +01:00
add qt4-default to install's
see Issue #89 problem at ubuntu server 15.10
This commit is contained in:
parent
dba4bdc890
commit
a472b42e22
|
|
@ -26,7 +26,7 @@ tput cup 13 15
|
||||||
echo "[ 2/10] [##--------]"
|
echo "[ 2/10] [##--------]"
|
||||||
tput cup 15 5
|
tput cup 15 5
|
||||||
echo "-> download GIT an other stuff.........."
|
echo "-> download GIT an other stuff.........."
|
||||||
apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake 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 libpulse-dev libx11-dev sox >> ~/boswatch/install/setup_log.txt 2>&1
|
||||||
|
|
||||||
tput cup 13 15
|
tput cup 13 15
|
||||||
echo "[ 3/10] [###-------]"
|
echo "[ 3/10] [###-------]"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ tput cup 13 15
|
||||||
echo "[ 2/10] [##--------]"
|
echo "[ 2/10] [##--------]"
|
||||||
tput cup 15 5
|
tput cup 15 5
|
||||||
echo "-> download GIT an other stuff.........."
|
echo "-> download GIT an other stuff.........."
|
||||||
apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake 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 libpulse-dev libx11-dev sox >> ~/boswatch/install/setup_log.txt 2>&1
|
||||||
|
|
||||||
tput cup 13 15
|
tput cup 13 15
|
||||||
echo "[ 3/10] [###-------]"
|
echo "[ 3/10] [###-------]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue