Skip to content

Instantly share code, notes, and snippets.

View wiljt's full-sized avatar

wiljt

  • Joined Apr 9, 2026
View GitHub Profile
#!/data/data/com.termux/files/usr/bin/bash
set -e
trap 'rm -- "$0"' EXIT
cd ~
pkg update -y
pkg upgrade -y \
-o Dpkg::Options::="--force-confdef" \
-o Dpkg::Options::="--force-confold"
pkg install -y git golang nodejs