diff options
author | ZachIR <zachir@librem.one> | 2025-07-15 22:29:33 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-15 22:29:33 -0500 |
commit | 3b0be2637d406136541224f33faa28a0e86124cf (patch) | |
tree | 3a64968c88a908ccbe1878731b33f9b93b070c6c /yay | |
parent | 39ea7d809ca39b690dce058e8010c036477d52b9 (diff) | |
parent | 6de2c675cffe6ff398ec435dee281a140a5cf34f (diff) |
Merge branch 'master' into car
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, |