mirror of
https://github.com/YunoHost-Apps/motioneye_ynh.git
synced 2024-09-03 19:46:09 +02:00
debug: list all files in install dir
This commit is contained in:
parent
c52e03d58a
commit
cb7cf29f5c
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ pushd $install_dir
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
venv/bin/pip install --upgrade pip
|
venv/bin/pip install --upgrade pip
|
||||||
venv/bin/pip install "https://github.com/motioneye-project/motioneye/archive/dev.tar.gz"
|
venv/bin/pip install "https://github.com/motioneye-project/motioneye/archive/dev.tar.gz"
|
||||||
|
ls -R
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue