diff options
-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, |