Skip to content

Instantly share code, notes, and snippets.

@CennoxX
CennoxX / termux-pacman-glibc-setup.sh
Last active January 5, 2025 00:52 — forked from CodeIter/termux-pacman-glibc-setup.sh
Setup `glibc-runner` with pacman on Termux and install Deno.JS.
#!/usr/bin/env -S bash -xeuo pipefail
pkg update && pkg upgrade
pkg install which time ldd tree
set -xeuo pipefail
pkg install pacman patchelf \
which time ldd tree