This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |