diff --git a/scripts/install b/scripts/install index 14074ed..cbac43b 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================