From 59aa5ca3a2d13c5381c468b5bffb9c39ccaaa144 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 18 Jan 2021 13:36:24 +0100 Subject: [PATCH] Silence build warnings --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 570ec5f..e429ab7 100644 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ myynh_create_dir "$data_path" chown -R $app: "$home_path" # 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 ynh_script_progression --message="Installing Home Assistant in a virtual environment..."