1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00
This commit is contained in:
ewilly 2021-11-18 22:07:31 +01:00
parent bcd082450b
commit 8dfc0aabe1

View file

@ -148,8 +148,6 @@ myynh_install_homeassistant () {
&& $MY_PYTHON -m venv "$final_path" \
&& echo 'activate the virtual environment' \
&& source "$final_path/bin/activate" \
&& echo 'install last version of pip' \
&& pip --cache-dir "$1/.cache" install --upgrade pip \
&& echo 'install last version of wheel' \
&& pip --cache-dir "$1/.cache" install --upgrade wheel \
&& echo 'install Home Assistant' \