fix bash script

This commit is contained in:
Antonio J. Delgado 2024-11-19 12:20:20 +02:00
parent 69622aff6a
commit eeb71ecf9d

View file

@ -7,4 +7,4 @@ fi
source "$script_dir/.venv/bin/activate"
pip install -r "$script_dir/requirements.txt" > /dev/null
pip install "$script_dir/" > /dev/null
nc_password_client.py "${@}"
get_peertube_videos.py "${@}"