mirror of
https://github.com/YunoHost-Apps/motioneye_ynh.git
synced 2024-09-03 19:46:09 +02:00
use local downloaded dev.tar.gz
This commit is contained in:
parent
cb7cf29f5c
commit
032e83353d
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1
|
|||
pushd $install_dir
|
||||
python3 -m venv venv
|
||||
venv/bin/pip install --upgrade pip
|
||||
venv/bin/pip install "https://github.com/motioneye-project/motioneye/archive/dev.tar.gz"
|
||||
ls -R
|
||||
venv/bin/pip install dev.tar.gz
|
||||
ls -R #Only to find where meyectl is installed
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue