1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Silence build warnings

This commit is contained in:
tituspijean 2021-01-18 13:36:24 +01:00
parent 137e51f551
commit 59aa5ca3a2

View file

@ -49,7 +49,7 @@ myynh_create_dir "$data_path"
chown -R $app: "$home_path" chown -R $app: "$home_path"
# build (if needed) & install Pyhton # build (if needed) & install Pyhton
myynh_install_dependencies --python="$PY_REQUIRED_VERSION" ynh_exec_warn_less myynh_install_dependencies --python="$PY_REQUIRED_VERSION"
# installation in a virtual environment # installation in a virtual environment
ynh_script_progression --message="Installing Home Assistant in a virtual environment..." ynh_script_progression --message="Installing Home Assistant in a virtual environment..."