Skip to content

Instantly share code, notes, and snippets.

@CodeIter
CodeIter / termux-pacman-glibc-setup.sh
Last active December 24, 2025 16:21
Setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS .
#!/usr/bin/env -S bash -xeuo pipefail
set -xeuo pipefail
pkg install pacman patchelf \
which time ldd tree
echo
echo