scripts/termux reqs: fix index url

This commit is contained in:
thedragonsinn
2025-03-11 13:07:46 +05:30
parent b506aad02d
commit 7e2e7e55ba

View File

@@ -4,7 +4,7 @@ grep -qi "com.termux" <<< "$PATH" || { echo "Not a termux Env, Skipping..."; exi
mkdir -p "${HOME}/.config/pip" > /dev/null 2>&1
echo -e '[global]\nextra-index-url = https://termux-user-repository.github.io/pypi/' > "${HOME}/.config/pip.conf"
echo -e '[global]\nextra-index-url = https://termux-user-repository.github.io/pypi/' > "${HOME}/.config/pip/pip.conf"
./scripts/install_ub_core.sh