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 | |
| # setup | |
| pkg install root-repo | |
| pkg update | |
| # install python3 | |
| pkg install python3 | |
| # install nodejs (LTS) |