Skip to content

Tags: fvkd/t-e-l---OG

Tags

Bootstrap

Toggle Bootstrap's commit message
Update bootstrap version and fix setup scripts

This change updates the Termux bootstrap version to 2026.02.15-r1+apt.android-7 to resolve dynamic linking issues (CANNOT LINK EXECUTABLE "apt-get", "liblz4.so.1", "libz.so.1").

Additionally, it patches the following scripts downloaded during the build process:
- `tel-setup`: Replaces `exa` with `eza` (since `exa` is unmaintained), and adds `exit 1` on `check_connection` failure.
- `tel-edit`: Replaces `exa` with `eza`.
- `tel-helpers`: Modifies `catch` function to exit with status 1 on error instead of 0.

Co-authored-by: fvkd <98269497+fvkd@users.noreply.github.com>