mirror of
https://github.com/endeavouros-team/eos-quickstart.git
synced 2026-07-29 06:55:24 +00:00
Remove timeout from pacman call
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user