Term script to install a collection of ever growing binaries cross compiled for android. Successor and combination of Curl and GNU mods and more. See here for a list of what's currently included
su
ccbins
- Magisk < v27
- Open at Cross Compiled Binaries Repo
- Added compatibility check - only compatible with magisk < v27
- Final update. Feel free to fork and update for magisk atomic mount if you want
- No more terminalmods dependency - included in main mod now
- No longer using /sdcard for any files due to scoped storage - many terminal apps don't have support for /sdcard perms
- Update busybox and curl binaries
- Add KSU support
- Overhaul mounting for magisk v26 - can now mount on the fly without need for reboot for magisk 26+ installs
- Split upgrade path - Users with magisk < v26 can use ccbins legacy - essentially v23.
- Still pulls latest binaries - completely functional for foreseeable future
- Install all requirements during initial zip install rather than later
- Update curl binary
- Update terminalmods to new repo
- Bug fix with connection test
- Update curl binary for real this time
- Streamline installer process
- Overhaul wireguard support
- Update curl binary
- Fixes for magisk canary
- Fix bug with doh workaround
- Fix for magisk canary
- Update curl binaries
- Update wireguard binaries
- Added workaround for curl dns server issues - will work without root now
- Updated module copy of curl
- More connection test fixes
- Added doh workaround for dns poisoning (such as China)
- Further tweaks to connection test
- Switch everything to curl, no need for ping or wget anymore
- Verify proper download of mod files with md5sum
- Go back to using google for ping check - github wasn't working for some people. Fallback to baidu if google fails (for chinese users)
- Use curl rather than wget - some users were having issues with busybox wget
- Updated busybox
- Update boot scripts for recently added binaries
- Add mkshrc stuff
- Add rest of mod to repo - everything should be self-updating now
- Initial Release