Remove timeout from pacman call

This commit is contained in:
dalto
2022-03-21 15:08:32 -05:00
parent 14c7a1b58f
commit ea37b60688
+1 -1
View File
@@ -33,7 +33,7 @@ bool PackageManager::installPackages()
proc.start();
proc.waitForFinished(1000 * 60);
proc.waitForFinished(-1);
// Update the list of installed packages and refresh the model and the view
populateInstalledPackages();