be quiet when installing module reqs.

This commit is contained in:
thedragonsinn
2024-06-28 19:37:11 +05:30
parent 43f320e598
commit aed224f9a2
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ fi
git clone "${EXTRA_MODULES_REPO}" "app/modules"
pip install -r app/modules/req*txt
pip -q install --no-cache-dir -r req*.txt