Ted Stein
Ted Stein
This prevents the crash in #3839, but not by enough to call it done. Termux gets stuck on the very bad line and is responsive, but laggy enough to trigger...
This reverts commit 93fd84e5c74be79ab8ef9e996f0e8c4d5c63ae36. This commit changed the default color to red, but did not update the help text that says the default is blue. This commit only says what...
### Problem description `build-all.sh` fails on what I believe is a clean and up to date container because `buildorder.py` detects cycles. I added a little code to print out what...
## what's the problem `pkg i PACKAGE`, in a `pacman` install, calls [`pacman -Sy PACKAGE`](https://github.com/termux/termux-tools/blob/57c4adf65069cf17567330d7c00adc5b98e15419/scripts/pkg.in#L409). It is a basic gotcha of Arch that you should never call `pacman` this way...