diff options
author | zachir <zachir@librem.one> | 2023-10-19 09:09:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:09:09 -0500 |
commit | 28b3f43366fb01e965a5047c98edd63eaa2ee499 (patch) | |
tree | 4c08e8ec7115dc18234b063c0e61bbc36ae74b66 /yay | |
parent | 0d8a1e5f7d9e6cab833b65a2da55fff51bd61b04 (diff) |
Use sudo instead of doas
Diffstat (limited to 'yay')
-rw-r--r-- | yay/config.json | 2 |
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, |