diff --git a/setup b/setup index f45e486..dc33092 100755 --- a/setup +++ b/setup @@ -153,7 +153,7 @@ if [[ "$PREFIX" == *"com.termux"* ]]; then if node -e "require('@img/sharp-wasm32')" >/dev/null 2>&1; then log_ok "sharp-wasm já instalado" else - run_cmd npm install @img/sharp-wasm32 + npm install @img/sharp-wasm32 fi fi