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
#!/data/data/com.termux/files/usr/bin/sh
# TODO: Modify script to install and run n8n inside a isolated node project.
# setup
pkg install root-repo
pkg update
# install python3
pkg install python3