mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix
This commit is contained in:
parent
bcd082450b
commit
8dfc0aabe1
1 changed files with 0 additions and 2 deletions
|
@ -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' \
|
||||
|
|
Loading…
Add table
Reference in a new issue