added a comment for the sudo enabling command

This commit is contained in:
aminnairi
2023-04-09 22:39:34 +02:00
parent cc7634e75e
commit c91b736d92
+2
View File
@@ -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