mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-24 20:15:21 -04:00
qs: replace all which commands with command -v
This commit is contained in:
@@ -713,7 +713,7 @@ Singleton {
|
||||
|
||||
Process {
|
||||
id: dgopCheckProcess
|
||||
command: ["which", "dgop"]
|
||||
command: ["sh", "-c", "command -v dgop"]
|
||||
running: false
|
||||
onExited: exitCode => {
|
||||
dgopAvailable = (exitCode === 0);
|
||||
|
||||
Reference in New Issue
Block a user