From c91b736d923239f0d5fc749609adcaa67509e62f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:39:34 +0200 Subject: [PATCH] added a comment for the sudo enabling command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8778d41..0605c2a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Laptop configuration for Arch Linux ```bash # (as root) Install the necessary dependencies pacman -S ansible git which sudo + +# (as root) Allow the "sudo" group to issue sudo commands sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers usermod -aG sudo $USER