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:
committed by
Adrien Destugues
parent
a2027cd5dd
commit
e19042c642
@@ -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&
|
||||
|
||||
Reference in New Issue
Block a user