Files
plain-ub-overfork/scripts/install_external_modules.sh
2024-06-28 19:37:11 +05:30

11 lines
147 B
Bash
Executable File

if [ -z "${EXTRA_MODULES_REPO}" ]; then
exit
fi
git clone "${EXTRA_MODULES_REPO}" "app/modules"
pip -q install --no-cache-dir -r req*.txt