Files
plain-ub-overfork/scripts/install_termux_reqs.sh
2024-10-22 17:38:20 +05:30

10 lines
221 B
Bash
Executable File

#!/usr/bin/env bash
if ! echo "${PATH}" | grep -qi "com.termux"; then
echo "Not a termux Env, Skipping..."
exit
fi
./scripts/install_ub_core.sh
grep -Ev "google-generativeai|pillow" req.txt | xargs -n 1 pip install