You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest creating a termux-set-repo command which allows you to disable or enable repos for apt or for pacman. How to implement it correctly, I can’t figure out how to do it in my head, so I’m waiting for your implementation proposal (if you’re interested, of course).
The text was updated successfully, but these errors were encountered:
Well, I have one idea how this can be implemented, but then will need to completely change the structure of the repos management of the service and mirrors.
So here's the idea: start storing all references to services and mirrors in files (let's call db) that will be located in $PREFIX/share/repos-db, thanks to which you can flexibly generate files in etc for package managers.
For example, the "db file" of the official termux apt service (packages.termux.dev) will look like this:
I suggest creating a
termux-set-repo
command which allows you to disable or enable repos for apt or for pacman. How to implement it correctly, I can’t figure out how to do it in my head, so I’m waiting for your implementation proposal (if you’re interested, of course).The text was updated successfully, but these errors were encountered: