diff options
author | ZachIR <zachir@librem.one> | 2025-07-15 22:29:21 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-15 22:29:21 -0500 |
commit | 6de2c675cffe6ff398ec435dee281a140a5cf34f (patch) | |
tree | 97221d36be90f69bd690b5d46feb7665572392cd | |
parent | d7748491cdc27fda635f03d17b730c93740dda9f (diff) |
Use doas instead of sudo for yay
-rw-r--r-- | yay/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yay/config.json b/yay/config.json index c06f416..61f2d02 100644 --- a/yay/config.json +++ b/yay/config.json @@ -21,14 +21,14 @@ "searchby": "name-desc", "gitflags": "", "removemake": "yes", - "sudobin": "sudo", + "sudobin": "doas", "sudoflags": "", "version": "12.4.2", "requestsplitn": 150, "completionrefreshtime": 7, "maxconcurrentdownloads": 1, "bottomup": true, - "sudoloop": true, + "sudoloop": false, "timeupdate": false, "devel": false, "cleanAfter": true, |