mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Update HA version
This commit is contained in:
parent
87aec6f60d
commit
82198d4e6c
3 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
||||||
# Common variables & functions
|
# Common variables & functions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Release to install
|
||||||
|
VERSION=0.114.0
|
||||||
|
|
||||||
# Package dependencies
|
# Package dependencies
|
||||||
PKG_DEPENDENCIES="python3 python3-venv python3-pip build-essential libssl-dev libffi-dev python3-dev"
|
PKG_DEPENDENCIES="python3 python3-venv python3-pip build-essential libssl-dev libffi-dev python3-dev"
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ exec_as $app -H -s /bin/bash -c " \
|
||||||
&& echo 'install a required python package' \
|
&& echo 'install a required python package' \
|
||||||
&& pip install --upgrade wheel \
|
&& pip install --upgrade wheel \
|
||||||
&& echo 'install Home Assistant' \
|
&& echo 'install Home Assistant' \
|
||||||
&& pip install --upgrade $app==0.96.5 \
|
&& pip install --upgrade $app==$VERSION \
|
||||||
"
|
"
|
||||||
|
|
||||||
# set default configuration files
|
# set default configuration files
|
||||||
|
|
|
@ -43,7 +43,7 @@ exec_as "$app" -H -s /bin/bash -c " \
|
||||||
&& echo 'install a required python package' \
|
&& echo 'install a required python package' \
|
||||||
&& pip install --upgrade wheel \
|
&& pip install --upgrade wheel \
|
||||||
&& echo 'install Home Assistant' \
|
&& echo 'install Home Assistant' \
|
||||||
&& pip install --upgrade $app==0.96.5 \
|
&& pip install --upgrade $app==$VERSION \
|
||||||
"
|
"
|
||||||
|
|
||||||
# setup up autostart using systemd
|
# setup up autostart using systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue