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

13 lines
186 B
Bash
Executable File

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