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:09:09 -0500
commit28b3f43366fb01e965a5047c98edd63eaa2ee499 (patch)
tree4c08e8ec7115dc18234b063c0e61bbc36ae74b66
parent0d8a1e5f7d9e6cab833b65a2da55fff51bd61b04 (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,