diff options
author | zachir <zachir@librem.one> | 2023-10-19 09:09:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:23:04 -0500 |
commit | 48384a10be7bb8f70fbb70aa465270691a1a2ec5 (patch) | |
tree | 631ac2f44b2c3a500c10416647adc596636ddb64 /yay | |
parent | e7f2de1fc4362673d4cce38441e396e08929c942 (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, |