summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-15 22:29:21 -0500
committerZachIR <zachir@librem.one>2025-07-15 22:29:21 -0500
commit6de2c675cffe6ff398ec435dee281a140a5cf34f (patch)
tree97221d36be90f69bd690b5d46feb7665572392cd
parentd7748491cdc27fda635f03d17b730c93740dda9f (diff)
Use doas instead of sudo for yay
-rw-r--r--yay/config.json4
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,