From 032e83353d9a20c477d5579ebd191593307b0924 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 14:57:43 -0400 Subject: [PATCH] use local downloaded dev.tar.gz --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #=================================================