Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
salimbouch committed Apr 15, 2024
1 parent d5cc8ee commit 21f708b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ public boolean isExtract() {
protected boolean doInstall(boolean silent) {

if (this.context.getSystemInfo().isLinux()) {
return installWithPackageManger(getPackageMangerCommands(), silent);
return installWithPackageManager(silent, getPackageManagerCommands());
} else {
return super.doInstall(silent);
}
}

private List<PackageManagerCommand> getPackageMangerCommands() {
private List<PackageManagerCommand> getPackageManagerCommands() {

String edition = getEdition();
ToolRepository toolRepository = this.context.getDefaultToolRepository();
Expand Down

0 comments on commit 21f708b

Please sign in to comment.