scripts: drop handling core reqs on termux

This commit is contained in:
thedragonsinn
2024-10-22 17:38:20 +05:30
parent dfbc34f164
commit 83c6c753cc
2 changed files with 2 additions and 6 deletions

View File

@@ -5,10 +5,6 @@ if ! echo "${PATH}" | grep -qi "com.termux"; then
exit
fi
ub_core_req_url="https://github.com/thedragonsinn/ub-core/raw/main/requirements.txt"
curl -fsSL ${ub_core_req_url} | grep -Ev "uvloop|psutil" | xargs pip install
./scripts/install_ub_core.sh "--no-deps"
./scripts/install_ub_core.sh
grep -Ev "google-generativeai|pillow" req.txt | xargs -n 1 pip install