diff options
author | zachir <zachir@librem.one> | 2025-07-18 10:18:48 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 10:18:48 -0500 |
commit | 08c2629ae10e41a8432b87e4deb42b47eea97bde (patch) | |
tree | 4757da56a0e1e0cfbd528924bd0074d85807350d /yay | |
parent | e588d9b45617c58d1be07f96da97049948106df4 (diff) | |
parent | a42beee500a77b5f1144396585a40d862309ed5a (diff) |
Merge branch 'master' into cla
Diffstat (limited to '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, |