From 92f00ef36c86c088d6e1ad52df3cb1801c534c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20W=C3=B6hrer?= Date: Sat, 1 Jan 2022 22:50:18 +0100 Subject: [PATCH] install skript for install python3 and the qt4 --- CHANGELOG.md | 9 +++++++++ install.sh | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea44a7..f4045cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +### __[v2.5.3]__ - +##### Added + +##### Changed + +##### Fixed +- install skript for install python3 and the qt4 + + ### __[v2.5.2]__ - 08.01.2021 ##### Added - fhemCmd-Plugin: New plugin fhemCmd to execute commands in FHEM home automation. [#457](https://github.com/Schrolli91/BOSWatch/pull/457) diff --git a/install.sh b/install.sh index 0335aee..dde11e0 100755 --- a/install.sh +++ b/install.sh @@ -108,7 +108,8 @@ tput cup 13 15 echo "[ 2/9] [##-------]" tput cup 15 5 echo "-> download GIT and other stuff.........." -apt-get -y install git cmake build-essential libusb-1.0 qt4-qmake qt4-default libpulse-dev libx11-dev sox python-pip >> $boswatch_install_path/setup_log.txt 2>&1 +sudo add-apt-repository ppa:rock-core/qt4 -y >> $boswatch_install_path/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 python3-pip >> $boswatch_install_path/setup_log.txt 2>&1 exitcodefunction $? download stuff # download BOSWatch via git