From 60cca881115747829ab92d25edce78b55f84d688 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:47:58 -0300 Subject: [PATCH] [termux] testing support for termux v16 --- setup | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/setup b/setup index b6df1cc..3ca5e17 100755 --- a/setup +++ b/setup @@ -147,14 +147,9 @@ if [[ "$PREFIX" == *"com.termux"* ]]; then ) install_deps "${deps[@]}" - - log_info "Usando sharp via WebAssembly" - - if node -e "require('@img/sharp-wasm32')" >/dev/null 2>&1; then - log_ok "sharp-wasm já instalado" - else - npm_config_cpu=wasm32 npm install @img/sharp-wasm32 - fi + + log_info "Instalando sharp" + run_cmd npm install --os=linux --foreground-scripts sharp fi # ------------------------