diff --git a/scripts/install_termux_reqs.sh b/scripts/install_termux_reqs.sh index 1e81f78..9a9b763 100755 --- a/scripts/install_termux_reqs.sh +++ b/scripts/install_termux_reqs.sh @@ -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 \ No newline at end of file diff --git a/scripts/install_ub_core.sh b/scripts/install_ub_core.sh index 25ea842..87f2802 100755 --- a/scripts/install_ub_core.sh +++ b/scripts/install_ub_core.sh @@ -6,4 +6,4 @@ if [ ! -z "${USE_DUAL_BRANCH}" ]; then dual_mode_arg="@dual_mode" fi -pip -q install --no-cache-dir --force-reinstall $1 "git+https://github.com/thedragonsinn/ub-core${dual_mode_arg}" \ No newline at end of file +pip -q install --no-cache-dir --force-reinstall "git+https://github.com/thedragonsinn/ub-core${dual_mode_arg}" \ No newline at end of file