Browse Source

Manager: Enable flag for -git AUR package installation

master
Riyyi 3 years ago
parent
commit
5f023e579a
  1. 2
      src/package.cpp

2
src/package.cpp

@ -94,7 +94,7 @@ void Package::installOrAurInstall(InstallType type)
// NOTE: Util::System does not support commands with newlines
auto aurList = Util::Shell()("cat ./packages | " + aurCommand);
command = "trizen -Sy --needed --noconfirm " + aurList.output();
command = "trizen -Sy --devel --needed --noconfirm " + aurList.output();
}
else {
command = "sudo pacman -Sy --needed " + repoList.output();

Loading…
Cancel
Save