summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 09:09:09 -0500
committerzachir <zachir@librem.one>2023-10-19 09:23:04 -0500
commit48384a10be7bb8f70fbb70aa465270691a1a2ec5 (patch)
tree631ac2f44b2c3a500c10416647adc596636ddb64
parente7f2de1fc4362673d4cce38441e396e08929c942 (diff)
Use sudo instead of doas
-rw-r--r--yay/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/yay/config.json b/yay/config.json
index 21bab87..0e764be 100644
--- a/yay/config.json
+++ b/yay/config.json
@@ -22,7 +22,7 @@
"searchby": "name-desc",
"gitflags": "",
"removemake": "ask",
- "sudobin": "doas",
+ "sudobin": "sudo",
"sudoflags": "",
"requestsplitn": 150,
"sortmode": 0,