Skip to content

Instantly share code, notes, and snippets.

@ZerxZ
ZerxZ / termux-pacman-glibc-setup.sh
Last active October 25, 2024 02:53 — forked from CodeIter/termux-pacman-glibc-setup.sh
Setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS .
#!/usr/bin/env -S bash -xeuo pipefail
set -xeuo pipefail
# If you already have a PRoot distro set up you can just login to it and skip to the 3rd command.
apt update && apt install proot-distro -y && proot-distro install debian && proot-distro login debian