pkgman: add an option to not refresh the repo caches on install.

Fixes #13161

Change-Id: I69b307cf8497d411d83f7065b9356159740f7d2b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9337
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Oscar Lesta
2025-06-16 19:44:36 +00:00
committed by Adrien Destugues
parent a2027cd5dd
commit e19042c642
3 changed files with 20 additions and 9 deletions
@@ -91,9 +91,9 @@ public:
{ return fOtherRepositories; }
void Install(const char* const* packages,
int packageCount);
int packageCount, bool refresh = true);
void Install(const BSolverPackageSpecifierList&
packages);
packages, bool refresh = true);
void Uninstall(const char* const* packages,
int packageCount);
void Uninstall(const BSolverPackageSpecifierList&