Manager: Enable flag for -git AUR package installation

This commit is contained in:
Riyyi
2022-02-02 14:07:45 +01:00
parent 50c98b1482
commit 5f023e579a
+1 -1
View File
@@ -94,7 +94,7 @@ void Package::installOrAurInstall(InstallType type)
// NOTE: Util::System does not support commands with newlines // NOTE: Util::System does not support commands with newlines
auto aurList = Util::Shell()("cat ./packages | " + aurCommand); auto aurList = Util::Shell()("cat ./packages | " + aurCommand);
command = "trizen -Sy --needed --noconfirm " + aurList.output(); command = "trizen -Sy --devel --needed --noconfirm " + aurList.output();
} }
else { else {
command = "sudo pacman -Sy --needed " + repoList.output(); command = "sudo pacman -Sy --needed " + repoList.output();