mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-11 01:34:15 +01:00
Merge 92f00ef36c into 5ebbaba6f1
This commit is contained in:
commit
2678836051
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue