Skip to content

Instantly share code, notes, and snippets.

View shankar-narayan-k's full-sized avatar

Shankar Narayan K shankar-narayan-k

View GitHub Profile
@ScottJWalter
ScottJWalter / gist:7a44d6d081ec065f1df7ea5aea72edf4
Last active November 29, 2025 13:57
n8n_on_termux.sh #n8n #termux
#!/data/data/com.termux/files/usr/bin/sh
# setup
pkg install root-repo
pkg update
# install python3
pkg install python3
# install nodejs (LTS)