added a command to allow sudo group to run sudo commands

This commit is contained in:
aminnairi
2023-04-09 22:37:08 +02:00
parent addbae72bf
commit 410da73dd8
+1
View File
@@ -11,6 +11,7 @@ Laptop configuration for Arch Linux
```bash
# as root
pacman -S ansible git which sudo
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
usermod -aG sudo $USER
# as user