mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
System: replaced "which" by "whereis" as it's more likely to be installed by default
This commit is contained in:
@@ -50,7 +50,7 @@ Singleton {
|
||||
function checkCliphistAvailability() {
|
||||
if (dependencyChecked)
|
||||
return;
|
||||
dependencyCheckProcess.command = ["which", "cliphist"];
|
||||
dependencyCheckProcess.command = ["whereis", "cliphist"];
|
||||
dependencyCheckProcess.running = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user