summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gohan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gohan.sh b/gohan.sh
index 7d92496..e20c6dd 100644
--- a/gohan.sh
+++ b/gohan.sh
@@ -114,7 +114,7 @@ install_from_github() {
configure_sudo() {
install_from_pacman sudo
- [ -f /etc/sudoers ] && sed -i "s/# %wheel ALL=(ALL) NOPASSWORD: ALL/%wheel ALL=(ALL) NOPASSWORD: ALL/" /etc/sudoers
+ [ -f /etc/sudoers ] && sed -i "s/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/" /etc/sudoers
}
install_yay() {