Git User
Git User
> But we can fix/avoid reasons they complain about (at least some of them). You never know what and how configured in users environment. User may even not know that...
Instead of patching `apt`, we can just hide it (remove from PATH). Users will have to use `pkg` then. I think this is much better than messing up package manager.
Custom bootstraps or their equivalent is the way to deliver environment that is sane and guaranteed to work. With script you just pulling current package versions, which may be not...
> Custom bootstrap means the whole environment will be reset, does not it? Yeah, the whole idea is to bring a preconfigured system as starting point for further user actions.
Had to delete two last comments (from me ad TomJo2000) as outdated/irrelevant because someone (`1Q23LYC45` ?) decided to take his words back.
@codenamedpkt https://gitlab.freedesktop.org/mesa/mesa won't make any particular difference. Most of packages are patched for compatibility with Termux. Obviously, update bot is not able to rewrite patches for new version and this...
`pkg install binutils-is-llvm`
Use Termux:Styling app to change font: https://f-droid.org/packages/com.termux.styling/ The default font provided by Android OS. Usually it is ok, but on some devices it has issues. *Edit: weird that this happens...
This issue can be fixed by moving docker directories either under `/data/data/com.termux` or even `/data/docker`. The idea behind is to reduce path as much as possible. Otherwise Unix socket path...
Just FYI that NPM self-upgrade is not supported by Termux. There even patch was added to disable it: https://github.com/termux/termux-packages/commit/6b05a8e7ba0435bec9afccd6e809329a7a62c27d. How you managed to bypass it that's another question.