[termux] testing support for termux v17

This commit is contained in:
synt-xerror
2026-03-14 03:09:11 -03:00
parent 60cca88111
commit f3bdf1a41d
5 changed files with 84 additions and 604 deletions

5
setup
View File

@@ -142,14 +142,9 @@ if [[ "$PREFIX" == *"com.termux"* ]]; then
deps=(
chromium
pkg-config
python3
)
install_deps "${deps[@]}"
log_info "Instalando sharp"
run_cmd npm install --os=linux --foreground-scripts sharp
fi
# ------------------------