mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added a comment for the sudo enabling command
This commit is contained in:
@@ -11,6 +11,8 @@ Laptop configuration for Arch Linux
|
|||||||
```bash
|
```bash
|
||||||
# (as root) Install the necessary dependencies
|
# (as root) Install the necessary dependencies
|
||||||
pacman -S ansible git which sudo
|
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
|
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
|
||||||
usermod -aG sudo $USER
|
usermod -aG sudo $USER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user