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