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/bash | |
| # ============================================================ | |
| # Claude Code Termux Setup Script | |
| # ============================================================ | |
| # This script installs and patches Claude Code to work on Termux. | |
| # | |
| # Termux doesn't allow access to /tmp, so Claude Code fails | |
| # because it hardcodes /tmp paths. This script patches those | |
| # paths to use Termux-compatible directories. | |
| # |